HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionFromSsaIndex (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
live_ranges_test.cc 65 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
111 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
161 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval();
170 interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
185 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval();
187 ASSERT_EQ(22u, liveness.GetInstructionFromSsaIndex(2)->GetLifetimePosition());
237 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
246 interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval();
254 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval();
262 interval = liveness.GetInstructionFromSsaIndex(3)->GetLiveInterval()
    [all...]
register_allocator.cc 116 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i - 1);
209 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i);
    [all...]
ssa_liveness_analysis.h 498 HInstruction* GetInstructionFromSsaIndex(size_t index) const {

Completed in 65 milliseconds