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

  /external/v8/test/cctest/
test-dictionary.cc 120 CHECK(table->Add(*key)->IsRetryAfterGC());
140 CHECK(table->Put(*key, *key)->IsRetryAfterGC());
  /external/v8/src/
heap-inl.h 522 if (!__maybe_object__->IsRetryAfterGC()) RETURN_EMPTY; \
531 if (!__maybe_object__->IsRetryAfterGC()) RETURN_EMPTY; \
540 __maybe_object__->IsRetryAfterGC()) { \
elements.cc 271 ASSERT(maybe_value->IsRetryAfterGC() || maybe_value->IsOutOfMemory());
    [all...]
objects-inl.h 475 bool MaybeObject::IsRetryAfterGC() {
    [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 55 milliseconds