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

Public Types

using Reduction = EffectGraphReducer::Reduction
 

Public Member Functions

 ReduceScope (Node *node, Reduction *reduction)
 
void SetValueChanged ()
 

Protected Member Functions

Nodecurrent_node () const
 
Reductionreduction ()
 

Private Attributes

Nodecurrent_node_
 
Reductionreduction_
 

Detailed Description

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

Member Typedef Documentation

◆ Reduction

Constructor & Destructor Documentation

◆ ReduceScope()

v8::internal::compiler::ReduceScope::ReduceScope ( Node * node,
Reduction * reduction )
inlineexplicit

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

Member Function Documentation

◆ current_node()

Node * v8::internal::compiler::ReduceScope::current_node ( ) const
inlineprotected

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

Here is the caller graph for this function:

◆ reduction()

Reduction * v8::internal::compiler::ReduceScope::reduction ( )
inlineprotected

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

Here is the caller graph for this function:

◆ SetValueChanged()

void v8::internal::compiler::ReduceScope::SetValueChanged ( )
inline

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

Here is the call graph for this function:

Member Data Documentation

◆ current_node_

Node* v8::internal::compiler::ReduceScope::current_node_
private

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

◆ reduction_

Reduction* v8::internal::compiler::ReduceScope::reduction_
private

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


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