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

/art/runtime/gc/
H A Dheap.cc1271 for (collector::GcType gc_type : gc_plan_) {
1305 DCHECK(!gc_plan_.empty());
1306 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true);
1536 CollectGarbageInternal(gc_plan_.back(), kGcCauseExplicit, clear_soft_references);
1752 gc_plan_.clear();
1758 gc_plan_.push_back(collector::kGcTypeFull);
1767 gc_plan_.push_back(collector::kGcTypeSticky);
1768 gc_plan_.push_back(collector::kGcTypePartial);
1769 gc_plan_.push_back(collector::kGcTypeFull);
1774 gc_plan_
[all...]
H A Dheap.h984 std::vector<collector::GcType> gc_plan_; member in class:art::gc::Heap

Completed in 748 milliseconds