Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.cc2587 switch (gc_type) { in CollectGarbageInternal()
2641 DCHECK_LT(gc_type, collector::kGcTypeMax); in CollectGarbageInternal()
2642 DCHECK_NE(gc_type, collector::kGcTypeNone); in CollectGarbageInternal()
2704 FinishGC(self, gc_type); in CollectGarbageInternal()
2718 return gc_type; in CollectGarbageInternal()
2759 if (gc_type != collector::kGcTypeNone) { in FinishGC()
2760 last_gc_type_ = gc_type; in FinishGC()
2777 if (gc_type != collector::kGcTypeNone) { in FinishGC()
3530 collector->GetGcType() == gc_type) { in FindCollectorByGcType()
3557 if (gc_type != collector::kGcTypeSticky) { in GrowForUtilization()
[all …]
H A Dheap.h978 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);
1154 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
/aosp12/art/runtime/gc/collector/
H A Dgarbage_collector.cc228 const GcType gc_type = GetGcType(); in SwapBitmaps() local
232 (gc_type == kGcTypeFull && in SwapBitmaps()
/aosp12/art/runtime/
H A DAndroid.bp544 "gc/collector/gc_type.h",