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

/art/runtime/gc/
H A Dheap.cc1540 for (collector::GcType gc_type : gc_plan_) {
1574 DCHECK(!gc_plan_.empty());
1575 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
1805 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references);
2025 gc_plan_.clear();
2028 gc_plan_.push_back(collector::kGcTypeFull);
2039 gc_plan_.push_back(collector::kGcTypeFull);
2048 gc_plan_.push_back(collector::kGcTypeSticky);
2049 gc_plan_.push_back(collector::kGcTypePartial);
2050 gc_plan_
[all...]
H A Dheap.h1106 std::vector<collector::GcType> gc_plan_; member in class:art::gc::Heap

Completed in 37 milliseconds