Home
last modified time | relevance | path

Searched refs:RetryAfterGC (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtest-alloc.cc39 if (++attempts < 3) return Failure::RetryAfterGC(); in AllocateAfterFailures()
Dtest-heap.cc185 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()
/external/v8/src/
Dspaces-inl.h288 return Failure::RetryAfterGC(identity()); in AllocateRaw()
Dspaces.cc1220 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()
Dheap-inl.h195 return Failure::RetryAfterGC(space); in AllocateRaw()
Dobjects-inl.h1035 Failure* Failure::RetryAfterGC() { in RetryAfterGC() function
1036 return RetryAfterGC(NEW_SPACE); in RetryAfterGC()
1040 Failure* Failure::RetryAfterGC(AllocationSpace space) { in RetryAfterGC() function
Dobjects.h1083 static inline Failure* RetryAfterGC(AllocationSpace space);
1084 static inline Failure* RetryAfterGC(); // NEW_SPACE