Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc292 AddSorted(&unhandled, split); in ProcessInstruction()
300 AddSorted(&unhandled, current); in ProcessInstruction()
833 AddSorted(unhandled_, split); in TryAllocateFreeReg()
963 AddSorted(unhandled_, split); in TrySplitNonPairOrUnalignedPairIntervalAt()
1098 AddSorted(unhandled_, split); in AllocateBlockedReg()
1117 AddSorted(unhandled_, split); in AllocateBlockedReg()
1139 AddSorted(unhandled_, split); in AllocateBlockedReg()
1149 AddSorted(unhandled_, split); in AllocateBlockedReg()
1165 void RegisterAllocatorLinearScan::AddSorted(ScopedArenaVector<LiveInterval*>* array, in AddSorted() function in art::RegisterAllocatorLinearScan
Dregister_allocator_linear_scan.h73 static void AddSorted(ScopedArenaVector<LiveInterval*>* array, LiveInterval* interval);