Home
last modified time | relevance | path

Searched refs:AllocationOk (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dlithium-allocator.cc778 if (!AllocationOk()) return; in MeetRegisterConstraints()
845 if (!AllocationOk()) return; in MeetConstraintsBetween()
1069 if (!AllocationOk()) return false; in Allocate()
1073 if (!AllocationOk()) return false; in Allocate()
1075 if (!AllocationOk()) return false; in Allocate()
1091 if (!AllocationOk()) return; in MeetRegisterConstraints()
1545 if (!AllocationOk()) return; in AllocateRegisters()
1576 if (!AllocationOk()) return; in AllocateRegisters()
1579 if (!AllocationOk()) return; in AllocateRegisters()
1828 if (!AllocationOk()) return false; in TryAllocateFreeReg()
[all …]
Dlithium-allocator.h468 bool AllocationOk() { return allocation_ok_; } in AllocationOk() function
/external/v8/src/arm/
Dlithium-arm.cc799 if (!allocator_->AllocationOk()) Abort("Not enough virtual registers."); in TempRegister()
/external/v8/src/x64/
Dlithium-x64.cc794 if (!allocator_->AllocationOk()) Abort("Not enough virtual registers."); in TempRegister()
/external/v8/src/ia32/
Dlithium-ia32.cc796 if (!allocator_->AllocationOk()) { in TempRegister()
/external/v8/src/mips/
Dlithium-mips.cc799 if (!allocator_->AllocationOk()) Abort("Not enough virtual registers."); in TempRegister()