Home
last modified time | relevance | path

Searched refs:interval_endpoints (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1999 ScopedArenaVector<std::tuple<size_t, bool, LiveInterval*>> interval_endpoints( in ColorSpillSlots() local
2008 interval_endpoints.push_back(std::make_tuple(start, true, parent_interval)); in ColorSpillSlots()
2009 interval_endpoints.push_back(std::make_tuple(end, false, parent_interval)); in ColorSpillSlots()
2015 std::sort(interval_endpoints.begin(), interval_endpoints.end(), in ColorSpillSlots()
2023 for (auto it = interval_endpoints.begin(), end = interval_endpoints.end(); it != end; ++it) { in ColorSpillSlots()