Home
last modified time | relevance | path

Searched refs:kGcTypeFull (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/collector/
Dgc_type.h36 kGcTypeFull, enumerator
Dgarbage_collector.cc196 (gc_type == kGcTypeFull && in SwapBitmaps()
Dmark_sweep.h76 return kGcTypeFull; in GetGcType()
/art/runtime/gc/
Dheap.cc1425 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition()
2123 FinishGC(self, collector::kGcTypeFull); in PerformHomogeneousSpaceCompact()
2144 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2153 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2164 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2171 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2318 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
2662 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()
Dheap.h1197 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()