Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1833 DCHECK(!gc_plan_.empty()); in AllocateInternalWithGc()
1834 PERFORM_SUSPENDING_OPERATION(CollectGarbageInternal(gc_plan_.back(), kGcCauseForAlloc, true)); in AllocateInternalWithGc()
2051 CollectGarbageInternal(gc_plan_.back(), cause, clear_soft_references); in CollectGarbage()
2138 gc_plan_.clear(); in ChangeCollector()
2142 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2144 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2153 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2162 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2163 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2164 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
[all …]
Dheap.h1474 std::vector<collector::GcType> gc_plan_; variable