Home
last modified time | relevance | path

Searched refs:IsRetry (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/heap/
Dtest-spaces.cc703 if (allocation.IsRetry()) break; in TEST()
712 CHECK(lo->AllocateRaw(lo_size, NOT_EXECUTABLE).IsRetry()); in TEST()
777 CHECK(!allocation.IsRetry()); in UNINITIALIZED_TEST()
793 CHECK(!allocation.IsRetry()); in AllocateUnaligned()
Dtest-mark-compact.cc150 } while (!allocation.IsRetry()); in HEAP_TEST()
157 } while (!allocation.IsRetry()); in HEAP_TEST()
/external/v8/src/heap/
Dspaces-inl.h186 DCHECK(IsRetry()); in RetrySpace()
531 if (result.IsRetry()) return InvalidBuffer(); in FromResult()
Dmark-compact.cc1641 if (allocation.IsRetry() || (space_to_allocate_ == OLD_SPACE)) { in AllocateTargetObject()
1667 if (allocation.IsRetry()) { in AllocateInNewSpace()
1673 if (allocation.IsRetry()) { in AllocateInNewSpace()
1685 if (allocation.IsRetry()) { in AllocateInOldSpace()
1702 if (allocation.IsRetry()) { in AllocateInLab()
1708 if (allocation.IsRetry()) { in AllocateInLab()
Dspaces.h1860 inline bool IsRetry() { return object_->IsSmi(); } in IsRetry() function
1864 if (IsRetry()) return false; in To()
1870 CHECK(!IsRetry()); in ToObjectChecked()