Searched refs:gc_plan_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1704 for (collector::GcType gc_type : gc_plan_) {
1739 DCHECK(!gc_plan_.empty());
1740 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
2012 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references);
2255 gc_plan_.clear();
2258 gc_plan_.push_back(collector::kGcTypeFull);
2269 gc_plan_.push_back(collector::kGcTypeFull);
2278 gc_plan_.push_back(collector::kGcTypeSticky);
2279 gc_plan_.push_back(collector::kGcTypePartial);
2280 gc_plan_
[all...]
H A Dheap.h1322 std::vector<collector::GcType> gc_plan_; member in class:art::gc::Heap

Completed in 33 milliseconds