Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc2775 AddToUnhandled(to_add); in AllocateRegisters()
2853 AddToUnhandled(tail); in TrySplitAndSpillSplinter()
2884 void LinearScanAllocator::AddToUnhandled(LiveRange* range) { in AddToUnhandled() function in v8::internal::compiler::LinearScanAllocator
3123 AddToUnhandled(tail); in TryAllocateFreeReg()
3269 AddToUnhandled(tail); in AllocateBlockedReg()
3471 AddToUnhandled(third_part); in SpillBetweenUntil()
3475 AddToUnhandled(second_part); in SpillBetweenUntil()
Dregister-allocator.h1060 void AddToUnhandled(LiveRange* range);