Searched refs:IsRetry (Results 1 – 5 of 5) sorted by relevance
416 if (allocation.IsRetry()) break; in TEST()423 CHECK(lo->AllocateRaw(lo_size, NOT_EXECUTABLE).IsRetry()); in TEST()
146 } while (!allocation.IsRetry()); in TEST()153 } while (!allocation.IsRetry()); in TEST()
1616 inline bool IsRetry() { return retry_space_ != INVALID_SPACE; } in IsRetry() function1620 if (IsRetry()) return false; in To()1626 CHECK(!IsRetry()); in ToObjectChecked()1631 DCHECK(IsRetry()); in RetrySpace()
184 if (always_allocate() && allocation.IsRetry() && retry_space != NEW_SPACE) { in AllocateRaw()
1987 if (allocation.IsRetry()) { in DiscoverAndEvacuateBlackObjectsOnPage()1995 DCHECK(!allocation.IsRetry()); in DiscoverAndEvacuateBlackObjectsOnPage()