Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-inl.h92 if (result->IsFailure()) old_gen_exhausted_ = true; in AllocateRaw()
132 if (result->IsFailure()) old_gen_exhausted_ = true; in AllocateRawMap()
149 if (result->IsFailure()) old_gen_exhausted_ = true; in AllocateRawCell()
Dheap.h985 static int old_gen_exhausted_; variable
Dheap.cc71 int Heap::old_gen_exhausted_ = false; member in v8::internal::Heap
189 if (old_gen_exhausted_) { in SelectGarbageCollector()
572 old_gen_exhausted_ = false; in PerformGarbageCollection()