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

  /external/chromium_org/v8/src/
factory.h 589 : reinterpret_cast<MaybeObject*>(Failure::RetryAfterGC());
598 : reinterpret_cast<MaybeObject*>(Failure::RetryAfterGC());
607 : reinterpret_cast<MaybeObject*>(Failure::RetryAfterGC());
618 : reinterpret_cast<MaybeObject*>(Failure::RetryAfterGC());
630 : reinterpret_cast<MaybeObject*>(Failure::RetryAfterGC());
642 : reinterpret_cast<MaybeObject*>(Failure::RetryAfterGC());
spaces-inl.h 305 return Failure::RetryAfterGC(identity());
heap-inl.h 223 return Failure::RetryAfterGC(space);
spaces.cc     [all...]
objects-inl.h 1116 Failure* Failure::RetryAfterGC() {
1117 return RetryAfterGC(NEW_SPACE);
1121 Failure* Failure::RetryAfterGC(AllocationSpace space) {
    [all...]
objects.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 39 if (++attempts < 3) return Failure::RetryAfterGC();
test-heap.cc 237 CHECK(Failure::RetryAfterGC(NEW_SPACE)->IsFailure());
239 Failure::RetryAfterGC(NEW_SPACE)->allocation_space());
241 Failure::RetryAfterGC(OLD_POINTER_SPACE)->allocation_space());
    [all...]
  /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 95 milliseconds