Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h423 void ActiveToInactive(LiveRange* range);
Dlithium-allocator.cc1563 ActiveToInactive(cur_active); in AllocateRegisters()
1740 void LAllocator::ActiveToInactive(LiveRange* range) { in ActiveToInactive() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h1041 void ActiveToInactive(LiveRange* range);
Dregister-allocator.cc2467 ActiveToInactive(cur_active); in AllocateRegisters()
2586 void LinearScanAllocator::ActiveToInactive(LiveRange* range) { in ActiveToInactive() function in v8::internal::compiler::LinearScanAllocator