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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h431 void AllocateBlockedReg(LiveRange* range);
H A Dlithium-allocator.cc1584 if (!result) AllocateBlockedReg(current);
1846 void LAllocator::AllocateBlockedReg(LiveRange* current) { function in class:LAllocator
/external/v8/src/compiler/
H A Dregister-allocator.h1048 void AllocateBlockedReg(LiveRange* range);
H A Dregister-allocator.cc2411 // TryAllocateFreeReg and AllocateBlockedReg assume this
2486 if (!result) AllocateBlockedReg(current);
2687 void LinearScanAllocator::AllocateBlockedReg(LiveRange* current) { function in class:v8::internal::compiler::LinearScanAllocator

Completed in 69 milliseconds