Home
last modified time | relevance | path

Searched refs:old_gen_exhausted_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dheap-inl.h185 if (result->IsFailure()) old_gen_exhausted_ = true; in AllocateRaw()
230 if (result->IsFailure()) old_gen_exhausted_ = true; in AllocateRawMap()
248 if (result->IsFailure()) old_gen_exhausted_ = true; in AllocateRawCell()
Dheap.h1343 int old_gen_exhausted_; variable
Dheap.cc125 old_gen_exhausted_(false), in Heap()
256 if (old_gen_exhausted_) { in SelectGarbageCollector()
763 old_gen_exhausted_ = false; in PerformGarbageCollection()