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.cc2839 AddToUnhandledSorted(tail); in TrySplitAndSpillSplinter()
2871 void LinearScanAllocator::AddToUnhandledSorted(LiveRange* range) { in AddToUnhandledSorted() function in v8::internal::compiler::LinearScanAllocator
3139 AddToUnhandledSorted(tail); in TryAllocateFreeReg()
3263 AddToUnhandledSorted(tail); in AllocateBlockedReg()
3466 AddToUnhandledSorted(third_part); in SpillBetweenUntil()
3470 AddToUnhandledSorted(second_part); in SpillBetweenUntil()
Dregister-allocator.h1068 void AddToUnhandledSorted(LiveRange* range);