• Home
  • Raw
  • Download

Lines Matching refs:GetGraph

993   HGraph* graph = header_->GetGraph();  in Populate()
1154 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()
1170 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()
1191 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()
1205 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()
1215 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
1320 HGraph* graph = (GetBlock() != nullptr) ? GetBlock()->GetGraph() : nullptr; in Dump()
1769 HGraph* graph = GetBlock()->GetGraph(); in TryStaticEvaluation()
2114 new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), cursor->GetDexPc()); in SplitBefore()
2126 AddInstruction(new (GetGraph()->GetAllocator()) HGoto(new_block->GetDexPc())); in SplitBefore()
2135 GetGraph()->AddBlock(new_block); in SplitBefore()
2143 HBasicBlock* new_block = new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), GetDexPc()); in CreateImmediateDominator()
2152 GetGraph()->AddBlock(new_block); in CreateImmediateDominator()
2160 new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), cursor->GetDexPc()); in SplitBeforeForInlining()
2192 HBasicBlock* new_block = new (GetGraph()->GetAllocator()) HBasicBlock(GetGraph(), GetDexPc()); in SplitAfterForInlining()
2547 DCHECK_EQ(GetGraph(), other->GetGraph()); in MergeWith()
2592 DCHECK_NE(GetGraph(), other->GetGraph()); in MergeWithInlined()
2642 DCHECK_EQ(block->GetGraph(), this); in DeleteDeadEmptyBlock()
2803 DCHECK(current->GetGraph() == this); in InlineInto()
3197 return caller == nullptr ? GetBlock()->GetGraph()->GetDexFile() : *caller->GetDexFile(); in GetDexFileForPcRelativeDexCache()
3279 HInstruction* clone = instr->Clone(instr->GetBlock()->GetGraph()->GetAllocator()); in ReplaceInstrOrPhiByClone()