Home
last modified time | relevance | path

Searched defs:gc_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.cc118 const GcType gc_type = GetGcType(); in SwapBitmaps() local
/art/runtime/gc/
Dheap.cc1540 for (collector::GcType gc_type : gc_plan_) { in AllocateInternalWithGc() local
2370 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, GcCause gc_cause, in CollectGarbageInternal()
2518 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { in FinishGC()
3253 collector::GarbageCollector* Heap::FindCollectorByGcType(collector::GcType gc_type) { in FindCollectorByGcType()
3277 collector::GcType gc_type = collector_ran->GetGcType(); in GrowForUtilization() local
3444 for (collector::GcType gc_type : gc_plan_) { in ConcurrentGC() local
3600 collector::GcType gc_type = HasZygoteSpace() ? collector::kGcTypePartial : in RegisterNativeAllocation() local