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

  /external/v8/src/
objects-inl.h 1035 Failure* Failure::RetryAfterGC() {
1036 return RetryAfterGC(NEW_SPACE);
1040 Failure* Failure::RetryAfterGC(AllocationSpace space) {
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h 1116 Failure* Failure::RetryAfterGC() {
1117 return RetryAfterGC(NEW_SPACE);
1121 Failure* Failure::RetryAfterGC(AllocationSpace space) {
    [all...]

Completed in 89 milliseconds