Lines Matching refs:GetGraph

819   HGraph* graph = header_->GetGraph();  in Populate()
980 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()
996 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()
1017 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()
1031 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()
1041 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
1549 HGraph* graph = GetBlock()->GetGraph(); in TryStaticEvaluation()
1842 new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), cursor->GetDexPc()); in SplitBefore()
1854 AddInstruction(new (GetGraph()->GetAllocator()) HGoto(new_block->GetDexPc())); in SplitBefore()
1863 GetGraph()->AddBlock(new_block); in SplitBefore()
1871 HBasicBlock* new_block = new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), GetDexPc()); in CreateImmediateDominator()
1880 GetGraph()->AddBlock(new_block); in CreateImmediateDominator()
1888 new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), cursor->GetDexPc()); in SplitBeforeForInlining()
1920 HBasicBlock* new_block = new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), GetDexPc()); in SplitAfterForInlining()
2275 DCHECK_EQ(GetGraph(), other->GetGraph()); in MergeWith()
2320 DCHECK_NE(GetGraph(), other->GetGraph()); in MergeWithInlined()
2370 DCHECK_EQ(block->GetGraph(), this); in DeleteDeadEmptyBlock()
2528 DCHECK(current->GetGraph() == this); in InlineInto()
2923 return caller == nullptr ? GetBlock()->GetGraph()->GetDexFile() : *caller->GetDexFile(); in GetDexFileForPcRelativeDexCache()
3001 HInstruction* clone = instr->Clone(instr->GetBlock()->GetGraph()->GetAllocator()); in ReplaceInstrOrPhiByClone()