Searched refs:old_gen_exhausted_ (Results 1 – 3 of 3) sorted by relevance
252 old_gen_exhausted_ = true; in AllocateRaw()255 if (!old_gen_exhausted_ && incremental_marking()->black_allocation() && in AllocateRaw()
113 old_gen_exhausted_(false), in Heap()284 if (old_gen_exhausted_) { in SelectGarbageCollector()1302 old_gen_exhausted_ = false; in PerformGarbageCollection()
2110 bool old_gen_exhausted_; variable