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

  /external/v8/test/cctest/heap/
test-spaces.cc 469 if (allocation.IsRetry()) break;
478 CHECK(lo->AllocateRaw(lo_size, NOT_EXECUTABLE).IsRetry());
522 CHECK(!allocation.IsRetry());
532 CHECK(!allocation.IsRetry());
542 CHECK(!allocation.IsRetry());
test-mark-compact.cc 140 } while (!allocation.IsRetry());
147 } while (!allocation.IsRetry());
  /external/v8/src/heap/
spaces-inl.h 188 DCHECK(IsRetry());
528 if (!result.IsRetry() && result.To(&heap_obj)) {
633 if (result.IsRetry()) return InvalidBuffer();
mark-compact.cc     [all...]
spaces.h     [all...]

Completed in 2364 milliseconds