Searched defs:third (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator_test.cc838 LiveInterval* third = BuildInterval(ranges3, arraysize(ranges3), &allocator, -1, three); local
839 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 8, third->first_use_);
840 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 4, third->first_use_);
841 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 3, third->first_use_);
842 locations = new (&allocator) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall);
844 third = third
[all...]

Completed in 76 milliseconds