Searched refs:kGcTypeFull (Results 1 – 4 of 4) sorted by relevance
36 kGcTypeFull, enumerator
119 (gc_type == kGcTypeFull && in SwapBitmaps()
77 return kGcTypeFull; in GetGcType()
2086 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 …]