Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h433 void AllocateBlockedReg(LiveRange* range);
Dlithium-allocator.cc1579 if (!result) AllocateBlockedReg(current); in AllocateRegisters()
1844 void LAllocator::AllocateBlockedReg(LiveRange* current) { in AllocateBlockedReg() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h424 void AllocateBlockedReg(LiveRange* range);
Dregister-allocator.cc1618 if (!result) AllocateBlockedReg(current); in AllocateRegisters()
1871 void RegisterAllocator::AllocateBlockedReg(LiveRange* current) { in AllocateBlockedReg() function in v8::internal::compiler::RegisterAllocator