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

  /external/v8/src/
hydrogen.h 46 class HGraph;
56 explicit HBasicBlock(HGraph* graph);
62 HGraph* graph() const { return graph_; }
174 HGraph* graph_;
244 class HGraph: public ZoneObject {
246 explicit HGraph(CompilationInfo* info);
379 DISALLOW_COPY_AND_ASSIGN(HGraph);
806 HGraph* CreateGraph();
809 HGraph* graph() const { return graph_; }
    [all...]
lithium-allocator.h 42 class HGraph;
438 LAllocator(int first_virtual_register, HGraph* graph);
459 HGraph* graph() const { return graph_; }
627 HGraph* graph_;
hydrogen.cc 55 HBasicBlock::HBasicBlock(HGraph* graph)
484 void HGraph::Verify(bool do_full_verify) const {
563 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
575 HConstant* HGraph::GetConstant1() {
580 HConstant* HGraph::GetConstantMinus1() {
585 HConstant* HGraph::GetConstantTrue() {
590 HConstant* HGraph::GetConstantFalse() {
595 HConstant* HGraph::GetConstantHole() {
668 HGraph::HGraph(CompilationInfo* info
    [all...]
compiler.cc 300 HGraph* graph = builder.CreateGraph();
lithium-allocator.cc 533 LAllocator::LAllocator(int num_values, HGraph* graph)
    [all...]
  /external/v8/src/arm/
lithium-arm.h     [all...]
lithium-codegen-arm.h 158 HGraph* graph() const { return chunk_->graph(); }
lithium-arm.cc 415 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
lithium-codegen-ia32.h 150 HGraph* graph() const { return chunk_->graph(); }
  /external/v8/src/mips/
lithium-mips.h     [all...]
lithium-codegen-mips.h 154 HGraph* graph() const { return chunk_->graph(); }
lithium-mips.cc 415 LChunk::LChunk(CompilationInfo* info, HGraph* graph)
    [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]
lithium-codegen-x64.h 141 HGraph* graph() const { return chunk_->graph(); }

Completed in 66 milliseconds