Searched refs:AddSorted (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.h90 static void AddSorted(ArenaVector<LiveInterval*>* array, LiveInterval* interval);
H A Dregister_allocator.cc299 AddSorted(&unhandled_core_intervals_, interval);
300 AddSorted(&unhandled_fp_intervals_, interval);
406 AddSorted(&unhandled, split);
414 AddSorted(&unhandled, current);
852 AddSorted(unhandled_, split);
979 AddSorted(unhandled_, split);
1107 AddSorted(unhandled_, split);
1124 AddSorted(unhandled_, split);
1146 AddSorted(unhandled_, split);
1156 AddSorted(unhandled
1172 void RegisterAllocator::AddSorted(ArenaVector<LiveInterval*>* array, LiveInterval* interval) { function in class:art::RegisterAllocator
[all...]

Completed in 31 milliseconds