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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h433 void AllocateBlockedReg(LiveRange* range);
H A Dlithium-allocator.cc1577 if (!result) AllocateBlockedReg(current);
1839 void LAllocator::AllocateBlockedReg(LiveRange* current) { function in class:LAllocator
/external/v8/src/compiler/
H A Dregister-allocator.h1059 void AllocateBlockedReg(LiveRange* range);
H A Dregister-allocator.cc2617 // TryAllocateFreeReg and AllocateBlockedReg assume this
2697 if (!result) AllocateBlockedReg(current);
2929 void LinearScanAllocator::AllocateBlockedReg(LiveRange* current) { function in class:v8::internal::compiler::LiveRangeBoundArray::LinearScanAllocator

Completed in 66 milliseconds