Searched refs:RetryAfterGC (Results 1 – 7 of 7) sorted by relevance
39 if (++attempts < 3) return Failure::RetryAfterGC(); in AllocateAfterFailures()
185 CHECK(Failure::RetryAfterGC(NEW_SPACE)->IsFailure()); in TEST()187 Failure::RetryAfterGC(NEW_SPACE)->allocation_space()); in TEST()189 Failure::RetryAfterGC(OLD_POINTER_SPACE)->allocation_space()); in TEST()
288 return Failure::RetryAfterGC(identity()); in AllocateRaw()
1220 return Failure::RetryAfterGC(); in SlowAllocateRaw()2585 return Failure::RetryAfterGC(identity()); in AllocateRaw()2589 return Failure::RetryAfterGC(identity()); in AllocateRaw()2594 if (page == NULL) return Failure::RetryAfterGC(identity()); in AllocateRaw()
195 return Failure::RetryAfterGC(space); in AllocateRaw()
1035 Failure* Failure::RetryAfterGC() { in RetryAfterGC() function1036 return RetryAfterGC(NEW_SPACE); in RetryAfterGC()1040 Failure* Failure::RetryAfterGC(AllocationSpace space) { in RetryAfterGC() function
1083 static inline Failure* RetryAfterGC(AllocationSpace space);1084 static inline Failure* RetryAfterGC(); // NEW_SPACE