Searched refs:IsRetry (Results 1 – 5 of 5) sorted by relevance
703 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()
150 } while (!allocation.IsRetry()); in HEAP_TEST()157 } while (!allocation.IsRetry()); in HEAP_TEST()
186 DCHECK(IsRetry()); in RetrySpace()531 if (result.IsRetry()) return InvalidBuffer(); in FromResult()
1641 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()
1860 inline bool IsRetry() { return object_->IsSmi(); } in IsRetry() function1864 if (IsRetry()) return false; in To()1870 CHECK(!IsRetry()); in ToObjectChecked()