Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc1644 void LAllocator::AddToUnhandledSorted(LiveRange* range) { in AddToUnhandledSorted() function in v8::internal::LAllocator
1823 AddToUnhandledSorted(tail); in TryAllocateFreeReg()
1911 AddToUnhandledSorted(tail); in AllocateBlockedReg()
2120 AddToUnhandledSorted(third_part); in SpillBetweenUntil()
2124 AddToUnhandledSorted(second_part); in SpillBetweenUntil()
Dlithium-allocator.h420 void AddToUnhandledSorted(LiveRange* range);
/external/v8/src/compiler/
Dregister-allocator.cc2730 void LinearScanAllocator::AddToUnhandledSorted(LiveRange* range) { in AddToUnhandledSorted() function in v8::internal::compiler::LinearScanAllocator
2915 AddToUnhandledSorted(tail); in TryAllocateFreeReg()
3052 AddToUnhandledSorted(tail); in AllocateBlockedReg()
3255 AddToUnhandledSorted(third_part); in SpillBetweenUntil()
3259 AddToUnhandledSorted(second_part); in SpillBetweenUntil()
Dregister-allocator.h1047 void AddToUnhandledSorted(LiveRange* range);