V8 Project
|
#include <generic-graph.h>
Public Member Functions | |
GenericGraphBase (Zone *zone) | |
Zone * | zone () const |
NodeId | NextNodeID () |
NodeId | NodeCount () const |
![]() | |
INLINE (void *operator new(size_t size, Zone *zone)) | |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Private Attributes | |
Zone * | zone_ |
NodeId | next_node_id_ |
Definition at line 17 of file generic-graph.h.
|
inlineexplicit |
Definition at line 19 of file generic-graph.h.
|
inline |
Definition at line 23 of file generic-graph.h.
References next_node_id_.
Referenced by v8::internal::compiler::GenericNode< B, S >::AssignUniqueID().
|
inline |
Definition at line 24 of file generic-graph.h.
References next_node_id_.
Referenced by v8::internal::compiler::Schedule::BasicBlockCount(), v8::internal::compiler::Scheduler::ComputeSchedule(), v8::internal::compiler::Pipeline::GenerateCode(), v8::internal::compiler::NodeInputIterationTraits< N >::max_id(), v8::internal::compiler::NodeUseIterationTraits< N >::max_id(), and v8::internal::compiler::CopyVisitor::ReplaceSentinels().
|
inline |
Definition at line 21 of file generic-graph.h.
References zone_.
Referenced by v8::internal::compiler::Scheduler::ComputeSchedule(), v8::internal::compiler::Scheduler::ComputeSpecialRPO(), v8::internal::compiler::BasicBlockInstrumentor::Instrument(), v8::internal::compiler::GenericNode< B, S >::New(), v8::internal::compiler::operator<<(), v8::internal::compiler::Verifier::Run(), v8::internal::compiler::ScheduleVerifier::Run(), v8::internal::compiler::Graph::VisitNodeInputsFromEnd(), v8::internal::compiler::Graph::VisitNodeUsesFrom(), v8::internal::compiler::JSGraph::zone(), v8::internal::compiler::StructuredGraphBuilder::zone(), v8::internal::compiler::StructuredGraphBuilder::Environment::zone(), v8::internal::compiler::JSGenericLowering::zone(), and v8::internal::compiler::RawMachineAssembler::zone().
|
private |
Definition at line 28 of file generic-graph.h.
Referenced by NextNodeID(), and NodeCount().
|
private |
Definition at line 27 of file generic-graph.h.
Referenced by zone().