Searched refs:AddToInactive (Results 1 – 4 of 4) sorted by relevance
419 void AddToInactive(LiveRange* range);
1503 AddToInactive(current); in AllocateRegisters()1511 AddToInactive(current); in AllocateRegisters()1639 void LAllocator::AddToInactive(LiveRange* range) { in AddToInactive() function in v8::internal::LAllocator
2770 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
1067 void AddToInactive(LiveRange* range);