Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h431 void AllocateBlockedReg(LiveRange* range);
Dlithium-allocator.cc1584 if (!result) AllocateBlockedReg(current); in AllocateRegisters()
1846 void LAllocator::AllocateBlockedReg(LiveRange* current) { in AllocateBlockedReg() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h1048 void AllocateBlockedReg(LiveRange* range);
Dregister-allocator.cc2486 if (!result) AllocateBlockedReg(current); in AllocateRegisters()
2687 void LinearScanAllocator::AllocateBlockedReg(LiveRange* current) { in AllocateBlockedReg() function in v8::internal::compiler::LinearScanAllocator