Home
last modified time | relevance | path

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

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