Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgc_type.h36 kGcTypeFull, enumerator
Dgarbage_collector.cc119 (gc_type == kGcTypeFull && in SwapBitmaps()
Dmark_sweep.h77 return kGcTypeFull; in GetGcType()
/art/runtime/gc/
Dheap.cc2086 FinishGC(self, collector::kGcTypeFull); in PerformHomogeneousSpaceCompact()
2231 FinishGC(self, collector::kGcTypeFull); in TransitionCollector()
2259 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2270 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2281 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2288 gc_plan_.push_back(collector::kGcTypeFull); in ChangeCollector()
2428 CollectGarbageInternal(collector::kGcTypeFull, kGcCauseBackground, false); in PreZygoteFork()
2696 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()
2712 if ((gc_type == collector::kGcTypeFull) && (runtime->GetJit() != nullptr)) { in CollectGarbageInternal()
3571 HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in GrowForUtilization()
[all …]