Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc192 const GcType gc_type = GetGcType(); in SwapBitmaps() local
196 (gc_type == kGcTypeFull && in SwapBitmaps()
/art/runtime/gc/
Dheap.cc2575 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, in CollectGarbageInternal() argument
2581 switch (gc_type) { in CollectGarbageInternal()
2624 DCHECK_LT(gc_type, collector::kGcTypeMax); in CollectGarbageInternal()
2625 DCHECK_NE(gc_type, collector::kGcTypeNone); in CollectGarbageInternal()
2645 active_concurrent_copying_collector_ = (gc_type == collector::kGcTypeSticky) ? in CollectGarbageInternal()
2662 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in. in CollectGarbageInternal()
2665 collector = FindCollectorByGcType(gc_type); in CollectGarbageInternal()
2672 << static_cast<size_t>(collector_type_) << " and gc_type=" << gc_type; in CollectGarbageInternal()
2681 FinishGC(self, gc_type); in CollectGarbageInternal()
2697 return gc_type; in CollectGarbageInternal()
[all …]
Dheap.h943 void FinishGC(Thread* self, collector::GcType gc_type) REQUIRES(!*gc_complete_lock_);
1113 collector::GarbageCollector* FindCollectorByGcType(collector::GcType gc_type);
/art/runtime/
DAndroid.bp523 "gc/collector/gc_type.h",