Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1792 ScopedArenaVector<LiveInterval*> colored_intervals( in ColorInterferenceGraph() local
1886 colored_intervals.push_back(interval); in ColorInterferenceGraph()
1890 colored_intervals.push_back(interval->GetHighInterval()); in ColorInterferenceGraph()
1907 for (LiveInterval* interval : colored_intervals) { in ColorInterferenceGraph()