Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc307 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()
316 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()
Dnodes.h106 int GetNextInstructionId() { in GetNextInstructionId() function