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

Public Member Functions

 Scope (VariableTracker *tracker, Node *node, Reduction *reduction)
 
 ~Scope ()
 
Maybe< Node * > Get (Variable var)
 
void Set (Variable var, Node *node)
 
- Public Member Functions inherited from v8::internal::compiler::ReduceScope
 ReduceScope (Node *node, Reduction *reduction)
 
void SetValueChanged ()
 

Private Attributes

VariableTrackerstates_
 
State current_state_
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::ReduceScope
using Reduction = EffectGraphReducer::Reduction
 
- Protected Member Functions inherited from v8::internal::compiler::ReduceScope
Nodecurrent_node () const
 
Reductionreduction ()
 

Detailed Description

Definition at line 131 of file escape-analysis.cc.

Constructor & Destructor Documentation

◆ Scope()

v8::internal::compiler::VariableTracker::Scope::Scope ( VariableTracker * tracker,
Node * node,
Reduction * reduction )

Definition at line 405 of file escape-analysis.cc.

◆ ~Scope()

v8::internal::compiler::VariableTracker::Scope::~Scope ( )

Definition at line 425 of file escape-analysis.cc.

Here is the call graph for this function:

Member Function Documentation

◆ Get()

Maybe< Node * > v8::internal::compiler::VariableTracker::Scope::Get ( Variable var)
inline

Definition at line 135 of file escape-analysis.cc.

Here is the call graph for this function:

◆ Set()

void v8::internal::compiler::VariableTracker::Scope::Set ( Variable var,
Node * node )
inline

Definition at line 147 of file escape-analysis.cc.

Member Data Documentation

◆ current_state_

State v8::internal::compiler::VariableTracker::Scope::current_state_
private

Definition at line 151 of file escape-analysis.cc.

◆ states_

VariableTracker* v8::internal::compiler::VariableTracker::Scope::states_
private

Definition at line 150 of file escape-analysis.cc.


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