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

/external/v8/src/
H A Dlithium-allocator.cc778 if (!AllocationOk()) return;
845 if (!AllocationOk()) return;
1069 if (!AllocationOk()) return false;
1073 if (!AllocationOk()) return false;
1075 if (!AllocationOk()) return false;
1091 if (!AllocationOk()) return;
1545 if (!AllocationOk()) return;
1576 if (!AllocationOk()) return;
1579 if (!AllocationOk()) return;
1828 if (!AllocationOk()) retur
[all...]
H A Dlithium-allocator.h468 bool AllocationOk() { return allocation_ok_; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/arm/
H A Dlithium-arm.cc799 if (!allocator_->AllocationOk()) Abort("Not enough virtual registers.");
/external/v8/src/mips/
H A Dlithium-mips.cc799 if (!allocator_->AllocationOk()) Abort("Not enough virtual registers.");
/external/v8/src/x64/
H A Dlithium-x64.cc794 if (!allocator_->AllocationOk()) Abort("Not enough virtual registers.");
/external/v8/src/ia32/
H A Dlithium-ia32.cc796 if (!allocator_->AllocationOk()) {

Completed in 516 milliseconds