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.cc1578 if (!result) AllocateBlockedReg(current);
1840 void LAllocator::AllocateBlockedReg(LiveRange* current) { function in class:LAllocator
/external/v8/src/compiler/
H A Dregister-allocator.h1088 void AllocateBlockedReg(LiveRange* range);
H A Dregister-allocator.cc2742 // TryAllocateFreeReg and AllocateBlockedReg assume this
3089 AllocateBlockedReg(current);
3165 void LinearScanAllocator::AllocateBlockedReg(LiveRange* current) { function in class:v8::internal::compiler::LiveRangeBoundArray::LinearScanAllocator

Completed in 95 milliseconds