Home
last modified time | relevance | path

Searched refs:GetNextInstructionId (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc981 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()
997 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()
1018 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()
1032 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()
1042 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
Dnodes.h452 int32_t GetNextInstructionId() { in GetNextInstructionId() function