Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h433 void AllocateBlockedReg(LiveRange* range);
Dlithium-allocator.cc1577 if (!result) AllocateBlockedReg(current); in AllocateRegisters()
1839 void LAllocator::AllocateBlockedReg(LiveRange* current) { in AllocateBlockedReg() function in v8::internal::LAllocator
/external/v8/src/compiler/
Dregister-allocator.h1088 void AllocateBlockedReg(LiveRange* range);
Dregister-allocator.cc3077 AllocateBlockedReg(current); in ProcessCurrentRange()
3152 void LinearScanAllocator::AllocateBlockedReg(LiveRange* current) { in AllocateBlockedReg() function in v8::internal::compiler::LinearScanAllocator