HomeSort by relevance Sort by last modified time
    Searched refs:RetryAfterGC (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/
test-alloc.cc 39 if (++attempts < 3) return Failure::RetryAfterGC();
test-heap.cc 185 CHECK(Failure::RetryAfterGC(NEW_SPACE)->IsFailure());
187 Failure::RetryAfterGC(NEW_SPACE)->allocation_space());
189 Failure::RetryAfterGC(OLD_POINTER_SPACE)->allocation_space());
    [all...]
  /external/v8/src/
spaces-inl.h 288 return Failure::RetryAfterGC(identity());
heap-inl.h 195 return Failure::RetryAfterGC(space);
spaces.cc     [all...]
objects-inl.h 1035 Failure* Failure::RetryAfterGC() {
1036 return RetryAfterGC(NEW_SPACE);
1040 Failure* Failure::RetryAfterGC(AllocationSpace space) {
    [all...]
objects.h     [all...]

Completed in 60 milliseconds