Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2047 DCHECK(!gc_plan_.empty()); in AllocateInternalWithGc()
2060 CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true, GC_NUM_ANY)); in AllocateInternalWithGc()
2192 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references, GC_NUM_ANY); in CollectGarbage()
2300 gc_plan_.clear(); in ChangeCollector()
2304 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2306 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2315 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2324 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2333 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2334 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
[all …]
Dheap.h1600 std::vector<collector::GcType> gc_plan_; variable