![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
MachineGraph (Graph *graph, CommonOperatorBuilder *common, MachineOperatorBuilder *machine) | |
Node * | Int32Constant (int32_t value) |
Node * | Uint32Constant (uint32_t value) |
Node * | Int64Constant (int64_t value) |
Node * | Uint64Constant (uint64_t value) |
Node * | IntPtrConstant (intptr_t value) |
Node * | RelocatableInt32Constant (int32_t value, RelocInfo::Mode rmode) |
Node * | RelocatableInt64Constant (int64_t value, RelocInfo::Mode rmode) |
Node * | RelocatableIntPtrConstant (intptr_t value, RelocInfo::Mode rmode) |
Node * | Float32Constant (float value) |
Node * | Float64Constant (double value) |
Node * | PointerConstant (intptr_t value) |
template<typename T > | |
Node * | PointerConstant (T *value) |
Node * | ExternalConstant (ExternalReference ref) |
Node * | ExternalConstant (Runtime::FunctionId function_id) |
Node * | Dead () |
CommonOperatorBuilder * | common () const |
MachineOperatorBuilder * | machine () const |
Graph * | graph () const |
Zone * | zone () const |
Protected Member Functions | |
DISALLOW_COPY_AND_ASSIGN (MachineGraph) | |
Protected Attributes | |
Graph * | graph_ |
CommonOperatorBuilder * | common_ |
MachineOperatorBuilder * | machine_ |
CommonNodeCache | cache_ |
Node * | Dead_ = nullptr |
Definition at line 23 of file machine-graph.h.