v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::Deduplicator Class Reference
Collaboration diagram for v8::internal::compiler::Deduplicator:

Public Member Functions

 Deduplicator (Zone *zone)
 
bool SeenBefore (const VirtualObject *vobject)
 

Private Attributes

Zonezone_
 
BitVector is_duplicate_
 

Detailed Description

Definition at line 117 of file escape-analysis-reducer.cc.

Constructor & Destructor Documentation

◆ Deduplicator()

v8::internal::compiler::Deduplicator::Deduplicator ( Zone * zone)
inlineexplicit

Definition at line 119 of file escape-analysis-reducer.cc.

Member Function Documentation

◆ SeenBefore()

bool v8::internal::compiler::Deduplicator::SeenBefore ( const VirtualObject * vobject)
inline

Definition at line 120 of file escape-analysis-reducer.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ is_duplicate_

BitVector v8::internal::compiler::Deduplicator::is_duplicate_
private

Definition at line 133 of file escape-analysis-reducer.cc.

◆ zone_

Zone* v8::internal::compiler::Deduplicator::zone_
private

Definition at line 132 of file escape-analysis-reducer.cc.


The documentation for this class was generated from the following file: