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.cc232 (gc_type == kGcTypeFull && in SwapBitmaps()
/art/runtime/gc/
Dheap.cc1481 CollectGarbageInternal(collector::kGcTypeFull, in DoPendingCollectorTransition()
2120 FinishGC(self, collector::kGcTypeFull); in PerformHomogeneousSpaceCompact()
2141 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2150 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2161 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2168 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2315 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false, GC_NUM_ANY); in PreZygoteFork()
2684 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()
Dheap.h1237 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()