|
V8 Project
|
#include <generic-graph.h>
Inheritance diagram for v8::internal::compiler::GenericGraph< V >:
Collaboration diagram for v8::internal::compiler::GenericGraph< V >:Public Member Functions | |
| GenericGraph (Zone *zone) | |
| V * | start () |
| V * | end () |
| void | SetStart (V *start) |
| void | SetEnd (V *end) |
Public Member Functions inherited from v8::internal::compiler::GenericGraphBase | |
| GenericGraphBase (Zone *zone) | |
| Zone * | zone () const |
| NodeId | NextNodeID () |
| NodeId | NodeCount () const |
Public Member Functions inherited from v8::internal::ZoneObject | |
| INLINE (void *operator new(size_t size, Zone *zone)) | |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (GenericGraph) | |
Private Attributes | |
| V * | start_ |
| V * | end_ |
Definition at line 32 of file generic-graph.h.
|
inlineexplicit |
Definition at line 34 of file generic-graph.h.
|
private |
|
inline |
Definition at line 38 of file generic-graph.h.
References v8::internal::compiler::GenericGraph< V >::end_.
Referenced by v8::internal::compiler::CFGBuilder::Run(), v8::internal::compiler::Verifier::Run(), v8::internal::compiler::RepresentationSelector::Run(), v8::internal::compiler::GenericGraph< V >::SetEnd(), v8::internal::compiler::JSInliner::TryInlineCall(), and v8::internal::compiler::Inlinee::UnifyReturn().
Here is the caller graph for this function:
|
inline |
Definition at line 41 of file generic-graph.h.
References v8::internal::compiler::GenericGraph< V >::end(), and v8::internal::compiler::GenericGraph< V >::end_.
Referenced by v8::internal::compiler::AstGraphBuilder::CreateGraph().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 40 of file generic-graph.h.
References v8::internal::compiler::GenericGraph< V >::start(), and v8::internal::compiler::GenericGraph< V >::start_.
Referenced by v8::internal::compiler::AstGraphBuilder::CreateGraph(), v8::internal::compiler::GraphTest::GraphTest(), and v8::internal::compiler::RawMachineAssembler::RawMachineAssembler().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 37 of file generic-graph.h.
References v8::internal::compiler::GenericGraph< V >::start_.
Referenced by v8::internal::compiler::Scheduler::ComputeSpecialRPO(), v8::internal::compiler::AstGraphBuilder::Environment::Environment(), v8::internal::compiler::Scheduler::GenerateImmediateDominatorTree(), v8::internal::compiler::RawMachineAssembler::MakeNode(), v8::internal::compiler::PrepareUsesVisitor::Pre(), v8::internal::compiler::GraphVisualizer::Print(), v8::internal::compiler::RawMachineAssembler::RawMachineAssembler(), v8::internal::compiler::CFGBuilder::Run(), v8::internal::compiler::Verifier::Run(), v8::internal::compiler::ScheduleVerifier::Run(), v8::internal::compiler::GenericGraph< V >::SetStart(), and v8::internal::compiler::JSInliner::TryInlineCall().
Here is the caller graph for this function:
|
private |
Definition at line 45 of file generic-graph.h.
Referenced by v8::internal::compiler::GenericGraph< V >::end(), and v8::internal::compiler::GenericGraph< V >::SetEnd().
|
private |
Definition at line 44 of file generic-graph.h.
Referenced by v8::internal::compiler::GenericGraph< V >::SetStart(), and v8::internal::compiler::GenericGraph< V >::start().