Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc388 AddSorted(&unhandled, split); in ProcessInstruction()
396 AddSorted(&unhandled, current); in ProcessInstruction()
735 AddSorted(unhandled_, split); in TryAllocateFreeReg()
862 AddSorted(unhandled_, split); in TrySplitNonPairOrUnalignedPairIntervalAt()
990 AddSorted(unhandled_, split); in AllocateBlockedReg()
1007 AddSorted(unhandled_, split); in AllocateBlockedReg()
1029 AddSorted(unhandled_, split); in AllocateBlockedReg()
1039 AddSorted(unhandled_, split); in AllocateBlockedReg()
1055 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);