Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1675 void RegisterAllocator::AddToUnhandledSorted(LiveRange* range) { in AddToUnhandledSorted() function in v8::internal::compiler::RegisterAllocator
1856 AddToUnhandledSorted(tail); in TryAllocateFreeReg()
1941 AddToUnhandledSorted(tail); in AllocateBlockedReg()
2147 AddToUnhandledSorted(third_part); in SpillBetweenUntil()
2151 AddToUnhandledSorted(second_part); in SpillBetweenUntil()
Dregister-allocator.h411 void AddToUnhandledSorted(LiveRange* range);
/external/v8/src/
Dlithium-allocator.cc1646 void LAllocator::AddToUnhandledSorted(LiveRange* range) { in AddToUnhandledSorted() function in v8::internal::LAllocator
1828 AddToUnhandledSorted(tail); in TryAllocateFreeReg()
1915 AddToUnhandledSorted(tail); in AllocateBlockedReg()
2124 AddToUnhandledSorted(third_part); in SpillBetweenUntil()
2128 AddToUnhandledSorted(second_part); in SpillBetweenUntil()
Dlithium-allocator.h420 void AddToUnhandledSorted(LiveRange* range);