Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h421 void AddToUnhandledUnsorted(LiveRange* range);
Dlithium-allocator.cc1488 AddToUnhandledUnsorted(live_ranges_[i]); in AllocateRegisters()
1664 void LAllocator::AddToUnhandledUnsorted(LiveRange* range) { in AddToUnhandledUnsorted() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h1069 void AddToUnhandledUnsorted(LiveRange* range);
Dregister-allocator.cc2761 AddToUnhandledUnsorted(to_add); in AllocateRegisters()
2897 void LinearScanAllocator::AddToUnhandledUnsorted(LiveRange* range) { in AddToUnhandledUnsorted() function in v8::internal::compiler::LinearScanAllocator