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

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

Completed in 156 milliseconds