Lines Matching refs:gc_plan_
1619 for (collector::GcType gc_type : gc_plan_) { in AllocateInternalWithGc()
1654 DCHECK(!gc_plan_.empty()); in AllocateInternalWithGc()
1655 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true); in AllocateInternalWithGc()
1880 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references); in CollectGarbage()
2129 gc_plan_.clear(); in ChangeCollector()
2132 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2143 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2152 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2153 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2154 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2159 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2160 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2161 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
3622 for (collector::GcType gc_type : gc_plan_) { in ConcurrentGC()