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

/art/compiler/optimizing/
H A Dregister_allocator_test.cc871 LiveInterval* third = BuildInterval(ranges3, arraysize(ranges3), &allocator, -1, three); local
872 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 8, third->first_use_);
873 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 4, third->first_use_);
874 third->first_use_ = new(&allocator) UsePosition(user, 0, false, 3, third->first_use_);
875 locations = new (&allocator) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall);
877 third = third
[all...]

Completed in 127 milliseconds