Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h421 void AddToUnhandledUnsorted(LiveRange* range);
Dlithium-allocator.cc1489 AddToUnhandledUnsorted(live_ranges_[i]); in AllocateRegisters()
1665 void LAllocator::AddToUnhandledUnsorted(LiveRange* range) { in AddToUnhandledUnsorted() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h412 void AddToUnhandledUnsorted(LiveRange* range);
Dregister-allocator.cc1529 AddToUnhandledUnsorted(live_ranges_[i]); in AllocateRegisters()
1694 void RegisterAllocator::AddToUnhandledUnsorted(LiveRange* range) { in AddToUnhandledUnsorted() function in v8::internal::compiler::RegisterAllocator