Home
last modified time | relevance | path

Searched refs:SetId (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dssa_test.cc75 it.Current()->SetId(id++); in ReNumberInstructions()
78 it.Current()->SetId(id++); in ReNumberInstructions()
Dnodes.cc980 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()
Dnodes.h2302 void SetId(int id) { id_ = id; } in SetId() function