Searched refs:GetInstructionFromPosition (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h1123 HInstruction* GetInstructionFromPosition(size_t index) const { function in class:art::SsaLivenessAnalysis
1128 HInstruction* instruction = GetInstructionFromPosition(index);
1131 instruction = GetInstructionFromPosition(index + 1);
1137 return GetInstructionFromPosition(index) == nullptr;
1143 HInstruction* user = GetInstructionFromPosition(temp->GetStart() / 2);
H A Dregister_allocator.cc1011 HInstruction* at = liveness_.GetInstructionFromPosition(first_register_use / 2);
1349 HInstruction* at = liveness_.GetInstructionFromPosition(position / 2);
1357 at = liveness_.GetInstructionFromPosition((position + 1) / 2);
1359 // ask for the first instruction of the block: `GetInstructionFromPosition` does

Completed in 34 milliseconds