HomeSort by relevance Sort by last modified time
    Searched refs:HGraph (Results 1 - 13 of 13) sorted by null

  /external/v8/src/mips/
lithium-mips.h 216 explicit LChunk(CompilationInfo* info, HGraph* graph) { }
218 HGraph* graph() const {
282 LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator) { }
  /external/v8/src/
hydrogen.h 44 class HGraph;
54 explicit HBasicBlock(HGraph* graph);
60 HGraph* graph() const { return graph_; }
158 HGraph* graph_;
202 class HGraph: public ZoneObject {
204 explicit HGraph(CompilationInfo* info);
306 DISALLOW_COPY_AND_ASSIGN(HGraph);
652 HGraph* CreateGraph();
655 HGraph* graph() const { return graph_; }
919 HGraph* graph_
    [all...]
lithium-allocator.h 42 class HGraph;
431 LAllocator(int first_virtual_register, HGraph* graph);
463 HGraph* graph() const { return graph_; }
620 HGraph* graph_;
hydrogen.cc 55 HBasicBlock::HBasicBlock(HGraph* graph)
416 void HGraph::Verify() const {
493 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
505 HConstant* HGraph::GetConstant1() {
510 HConstant* HGraph::GetConstantMinus1() {
515 HConstant* HGraph::GetConstantTrue() {
520 HConstant* HGraph::GetConstantFalse() {
576 HGraph::HGraph(CompilationInfo* info)
591 Handle<Code> HGraph::Compile(CompilationInfo* info)
    [all...]
compiler.cc 300 HGraph* graph = builder.CreateGraph();
lithium-allocator.cc 536 LAllocator::LAllocator(int num_values, HGraph* graph)
    [all...]
  /external/v8/src/arm/
lithium-arm.h     [all...]
lithium-codegen-arm.h 146 HGraph* graph() const { return chunk_->graph(); }
lithium-arm.cc 387 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
lithium-codegen-ia32.h 138 HGraph* graph() const { return chunk_->graph(); }
  /external/v8/src/x64/
lithium-x64.h     [all...]
lithium-codegen-x64.h 133 HGraph* graph() const { return chunk_->graph(); }

Completed in 275 milliseconds