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

/art/compiler/optimizing/
H A Dssa_test.cc75 it.Current()->SetId(id++);
78 it.Current()->SetId(id++);
H A Dnodes.cc978 replacement->SetId(GetGraph()->GetNextInstructionId());
994 instruction->SetId(block->GetGraph()->GetNextInstructionId());
1015 instruction->SetId(GetGraph()->GetNextInstructionId());
1029 instruction->SetId(GetGraph()->GetNextInstructionId());
1039 phi->SetId(GetGraph()->GetNextInstructionId());
H A Dnodes.h2147 void SetId(int id) { id_ = id; } function in class:art::HInstruction

Completed in 169 milliseconds