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

  /external/chromium_org/v8/test/cctest/
test-spaces.cc 416 if (allocation.IsRetry()) break;
423 CHECK(lo->AllocateRaw(lo_size, NOT_EXECUTABLE).IsRetry());
test-mark-compact.cc 146 } while (!allocation.IsRetry());
153 } while (!allocation.IsRetry());
  /external/chromium_org/v8/src/heap/
spaces.h     [all...]
heap-inl.h 184 if (always_allocate() && allocation.IsRetry() && retry_space != NEW_SPACE) {
mark-compact.cc     [all...]

Completed in 462 milliseconds