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
Dmark_sweep.h76 return kGcTypeFull; in GetGcType()
Dgarbage_collector.cc196 (gc_type == kGcTypeFull && in SwapBitmaps()
/art/runtime/gc/
Dheap.cc1405 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition()
2104 FinishGC(self, collector::kGcTypeFull); in PerformHomogeneousSpaceCompact()
2255 FinishGC(self, collector::kGcTypeFull); in TransitionCollector()
2285 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2295 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2306 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2313 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2440 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
2779 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()
Dheap.h1165 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()