V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::MachineGraph Class Reference
Inheritance diagram for v8::internal::compiler::MachineGraph:
NON_EXPORTED_BASEZoneObject v8::internal::compiler::JSGraph

Public Member Functions

 MachineGraph (Graph *graph, CommonOperatorBuilder *common, MachineOperatorBuilder *machine)
 
NodeInt32Constant (int32_t value)
 
NodeUint32Constant (uint32_t value)
 
NodeInt64Constant (int64_t value)
 
NodeUint64Constant (uint64_t value)
 
NodeIntPtrConstant (intptr_t value)
 
NodeRelocatableInt32Constant (int32_t value, RelocInfo::Mode rmode)
 
NodeRelocatableInt64Constant (int64_t value, RelocInfo::Mode rmode)
 
NodeRelocatableIntPtrConstant (intptr_t value, RelocInfo::Mode rmode)
 
NodeFloat32Constant (float value)
 
NodeFloat64Constant (double value)
 
NodePointerConstant (intptr_t value)
 
template<typename T >
NodePointerConstant (T *value)
 
NodeExternalConstant (ExternalReference ref)
 
NodeExternalConstant (Runtime::FunctionId function_id)
 
NodeDead ()
 
CommonOperatorBuildercommon () const
 
MachineOperatorBuildermachine () const
 
Graphgraph () const
 
Zonezone () const
 

Protected Member Functions

 DISALLOW_COPY_AND_ASSIGN (MachineGraph)
 

Protected Attributes

Graphgraph_
 
CommonOperatorBuildercommon_
 
MachineOperatorBuildermachine_
 
CommonNodeCache cache_
 
NodeDead_ = nullptr
 

Detailed Description

Definition at line 23 of file machine-graph.h.


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