Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h419 void AddToInactive(LiveRange* range);
Dlithium-allocator.cc1503 AddToInactive(current); in AllocateRegisters()
1511 AddToInactive(current); in AllocateRegisters()
1639 void LAllocator::AddToInactive(LiveRange* range) { in AddToInactive() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.cc2770 if (current != nullptr) AddToInactive(current); in AllocateRegisters()
2774 if (current != nullptr) AddToInactive(current); in AllocateRegisters()
2778 if (current != nullptr) AddToInactive(current); in AllocateRegisters()
2781 if (current != nullptr) AddToInactive(current); in AllocateRegisters()
2868 void LinearScanAllocator::AddToInactive(LiveRange* range) { in AddToInactive() function in v8::internal::compiler::LinearScanAllocator
Dregister-allocator.h1067 void AddToInactive(LiveRange* range);