Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h427 void InactiveToActive(LiveRange* range);
Dlithium-allocator.cc1569 InactiveToActive(cur_inactive); in AllocateRegisters()
1751 void LAllocator::InactiveToActive(LiveRange* range) { in InactiveToActive() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h418 void InactiveToActive(LiveRange* range);
Dregister-allocator.cc1608 InactiveToActive(cur_inactive); in AllocateRegisters()
1782 void RegisterAllocator::InactiveToActive(LiveRange* range) { in InactiveToActive() function in v8::internal::compiler::RegisterAllocator