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

#include <wasm-escape-analysis.h>

Inheritance diagram for v8::internal::compiler::WasmEscapeAnalysis:
Collaboration diagram for v8::internal::compiler::WasmEscapeAnalysis:

Public Member Functions

 WasmEscapeAnalysis (Editor *editor, MachineGraph *mcgraph)
 
const char * reducer_name () const override
 
Reduction Reduce (Node *node) final
 
- Public Member Functions inherited from v8::internal::compiler::AdvancedReducer
 AdvancedReducer (Editor *editor)
 
- Public Member Functions inherited from v8::internal::compiler::Reducer
virtual ~Reducer ()=default
 
Reduction Reduce (Node *node, ObserveNodeManager *observe_node_manager)
 
virtual void Finalize ()
 

Private Member Functions

Reduction ReduceAllocateRaw (Node *call)
 

Private Attributes

MachineGraph *const mcgraph_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::Reducer
static Reduction NoChange ()
 
static Reduction Replace (Node *node)
 
static Reduction Changed (Node *node)
 
- Protected Member Functions inherited from v8::internal::compiler::AdvancedReducer
void Replace (Node *node, Node *replacement)
 
void Replace (Node *node, Node *replacement, NodeId max_id)
 
void Revisit (Node *node)
 
void ReplaceWithValue (Node *node, Node *value, Node *effect=nullptr, Node *control=nullptr)
 
void RelaxEffectsAndControls (Node *node)
 
void RelaxControls (Node *node, Node *control=nullptr)
 
void MergeControlToEnd (TFGraph *graph, CommonOperatorBuilder *common, Node *node)
 
- Static Protected Member Functions inherited from v8::internal::compiler::AdvancedReducer
static Reduction Replace (Node *node)
 

Detailed Description

Definition at line 22 of file wasm-escape-analysis.h.

Constructor & Destructor Documentation

◆ WasmEscapeAnalysis()

v8::internal::compiler::WasmEscapeAnalysis::WasmEscapeAnalysis ( Editor * editor,
MachineGraph * mcgraph )
inline

Definition at line 24 of file wasm-escape-analysis.h.

Member Function Documentation

◆ Reduce()

Reduction v8::internal::compiler::WasmEscapeAnalysis::Reduce ( Node * node)
finalvirtual

Implements v8::internal::compiler::Reducer.

Definition at line 14 of file wasm-escape-analysis.cc.

Here is the call graph for this function:

◆ ReduceAllocateRaw()

Reduction v8::internal::compiler::WasmEscapeAnalysis::ReduceAllocateRaw ( Node * call)
private

Definition at line 23 of file wasm-escape-analysis.cc.

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

◆ reducer_name()

const char * v8::internal::compiler::WasmEscapeAnalysis::reducer_name ( ) const
inlineoverridevirtual

Implements v8::internal::compiler::Reducer.

Definition at line 27 of file wasm-escape-analysis.h.

Member Data Documentation

◆ mcgraph_

MachineGraph* const v8::internal::compiler::WasmEscapeAnalysis::mcgraph_
private

Definition at line 33 of file wasm-escape-analysis.h.


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