Lines Matching defs:third
921 LiveInterval* third = BuildInterval(ranges3, arraysize(ranges3), GetScopedAllocator(), -1, three);
922 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 8));
923 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 4));
924 third->uses_.push_front(*new (GetScopedAllocator()) UsePosition(user, false, 3));
925 locations = new (GetAllocator()) LocationSummary(third->GetDefinedBy(), LocationSummary::kNoCall);
927 third = third->SplitAt(3);
948 register_allocator.unhandled_core_intervals_.push_back(third);
963 intervals.push_back(third);