Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h432 bool TryAllocateFreeReg(LiveRange* range);
Dlithium-allocator.cc1576 bool result = TryAllocateFreeReg(current); in AllocateRegisters()
1765 bool LAllocator::TryAllocateFreeReg(LiveRange* current) { in TryAllocateFreeReg() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h423 bool TryAllocateFreeReg(LiveRange* range);
Dregister-allocator.cc1615 bool result = TryAllocateFreeReg(current); in AllocateRegisters()
1796 bool RegisterAllocator::TryAllocateFreeReg(LiveRange* current) { in TryAllocateFreeReg() function in v8::internal::compiler::RegisterAllocator