#include <machine-graph.h>
Definition at line 24 of file machine-graph.h.
◆ MachineGraph() [1/2]
◆ MachineGraph() [2/2]
v8::internal::compiler::MachineGraph::MachineGraph |
( |
const MachineGraph & | | ) |
|
|
delete |
◆ common()
◆ Dead()
Node * v8::internal::compiler::MachineGraph::Dead |
( |
| ) |
|
|
inline |
◆ ExternalConstant() [1/2]
◆ ExternalConstant() [2/2]
◆ Float32Constant()
Node * v8::internal::compiler::MachineGraph::Float32Constant |
( |
float | value | ) |
|
◆ Float64Constant()
Node * v8::internal::compiler::MachineGraph::Float64Constant |
( |
double | value | ) |
|
◆ GetCallCount()
int v8::internal::compiler::MachineGraph::GetCallCount |
( |
NodeId | call_id | ) |
|
|
inline |
◆ graph()
TFGraph * v8::internal::compiler::MachineGraph::graph |
( |
| ) |
const |
|
inline |
◆ Int32Constant()
Node * v8::internal::compiler::MachineGraph::Int32Constant |
( |
int32_t | value | ) |
|
◆ Int64Constant()
Node * v8::internal::compiler::MachineGraph::Int64Constant |
( |
int64_t | value | ) |
|
◆ IntPtrConstant()
Node * v8::internal::compiler::MachineGraph::IntPtrConstant |
( |
intptr_t | value | ) |
|
◆ machine()
◆ operator=()
◆ PointerConstant() [1/2]
Node * v8::internal::compiler::MachineGraph::PointerConstant |
( |
intptr_t | value | ) |
|
◆ PointerConstant() [2/2]
Node * v8::internal::compiler::MachineGraph::PointerConstant |
( |
T * | value | ) |
|
|
inline |
◆ RelocatableInt32Constant()
Node * v8::internal::compiler::MachineGraph::RelocatableInt32Constant |
( |
int32_t | value, |
|
|
RelocInfo::Mode | rmode ) |
◆ RelocatableInt64Constant()
Node * v8::internal::compiler::MachineGraph::RelocatableInt64Constant |
( |
int64_t | value, |
|
|
RelocInfo::Mode | rmode ) |
◆ RelocatableIntPtrConstant()
Node * v8::internal::compiler::MachineGraph::RelocatableIntPtrConstant |
( |
intptr_t | value, |
|
|
RelocInfo::Mode | rmode ) |
◆ RelocatableWasmBuiltinCallTarget()
Node * v8::internal::compiler::MachineGraph::RelocatableWasmBuiltinCallTarget |
( |
Builtin | builtin | ) |
|
◆ ReserveCallCounts()
void v8::internal::compiler::MachineGraph::ReserveCallCounts |
( |
size_t | num_call_instructions | ) |
|
|
inline |
◆ StoreCallCount()
void v8::internal::compiler::MachineGraph::StoreCallCount |
( |
NodeId | call_id, |
|
|
int | count ) |
|
inline |
◆ TaggedIndexConstant()
Node * v8::internal::compiler::MachineGraph::TaggedIndexConstant |
( |
intptr_t | value | ) |
|
◆ Uint32Constant()
Node * v8::internal::compiler::MachineGraph::Uint32Constant |
( |
uint32_t | value | ) |
|
|
inline |
◆ Uint64Constant()
Node * v8::internal::compiler::MachineGraph::Uint64Constant |
( |
uint64_t | value | ) |
|
|
inline |
◆ UintPtrConstant()
Node * v8::internal::compiler::MachineGraph::UintPtrConstant |
( |
uintptr_t | value | ) |
|
◆ UniqueInt32Constant()
Node * v8::internal::compiler::MachineGraph::UniqueInt32Constant |
( |
int32_t | value | ) |
|
◆ UniqueInt64Constant()
Node * v8::internal::compiler::MachineGraph::UniqueInt64Constant |
( |
int64_t | value | ) |
|
◆ UniqueIntPtrConstant()
Node * v8::internal::compiler::MachineGraph::UniqueIntPtrConstant |
( |
intptr_t | value | ) |
|
◆ zone()
Zone * v8::internal::compiler::MachineGraph::zone |
( |
| ) |
const |
|
inline |
◆ cache_
◆ call_counts_
NodeAuxDataMap<int, -1> v8::internal::compiler::MachineGraph::call_counts_ |
|
protected |
◆ common_
◆ Dead_
Node* v8::internal::compiler::MachineGraph::Dead_ = nullptr |
|
protected |
◆ graph_
TFGraph* v8::internal::compiler::MachineGraph::graph_ |
|
protected |
◆ machine_
The documentation for this class was generated from the following files: