Searched refs:gc_type (Results 1 – 5 of 5) sorted by relevance
2699 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() argument2706 switch (gc_type) { in CollectGarbageInternal()2760 DCHECK_LT(gc_type, collector::kGcTypeMax); in CollectGarbageInternal()2761 DCHECK_NE(gc_type, collector::kGcTypeNone); in CollectGarbageInternal()2785 active_cc_collector = (gc_type == collector::kGcTypeSticky) ? in CollectGarbageInternal()2810 collector = FindCollectorByGcType(gc_type); in CollectGarbageInternal()2817 << static_cast<size_t>(collector_type_) << " and gc_type=" << gc_type; in CollectGarbageInternal()2827 FinishGC(self, gc_type); in CollectGarbageInternal()2841 return gc_type; in CollectGarbageInternal()2890 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { in FinishGC() argument[all …]
1012 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);1177 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
249 const GcType gc_type = GetGcType(); in SwapBitmaps() local253 (gc_type == kGcTypeFull && in SwapBitmaps()
158 gc::CollectorType gc_type = gc::CollectorType::kCollectorTypeNone; in FetchCmdlineGcType() local161 gc_type = gc::CollectorType::kCollectorTypeCMC; in FetchCmdlineGcType()163 gc_type = gc::CollectorType::kCollectorTypeCC; in FetchCmdlineGcType()166 return gc_type; in FetchCmdlineGcType()264 gc::CollectorType gc_type = FetchCmdlineGcType(); in ShouldUseUserfaultfd() local265 return gc_type == gc::CollectorType::kCollectorTypeCMC || in ShouldUseUserfaultfd()266 (gc_type == gc::CollectorType::kCollectorTypeNone && in ShouldUseUserfaultfd()
611 "gc/collector/gc_type.h",