Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h419 void AddToUnhandledUnsorted(LiveRange* range);
Dlithium-allocator.cc1494 AddToUnhandledUnsorted(live_ranges_[i]); in AllocateRegisters()
1670 void LAllocator::AddToUnhandledUnsorted(LiveRange* range) { in AddToUnhandledUnsorted() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h1037 void AddToUnhandledUnsorted(LiveRange* range);
Dregister-allocator.cc2431 AddToUnhandledUnsorted(to_add); in AllocateRegisters()
2541 void LinearScanAllocator::AddToUnhandledUnsorted(LiveRange* range) { in AddToUnhandledUnsorted() function in v8::internal::compiler::LinearScanAllocator