Home
last modified time | relevance | path

Searched refs:kGcTypePartial (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/collector/
Dgc_type.h34 kGcTypePartial, enumerator
Dpartial_mark_sweep.h30 return kGcTypePartial; in GetGcType()
Dsemi_space.h76 return kGcTypePartial; in GetGcType()
Dconcurrent_copying.h99 : kGcTypePartial; in GetGcType()
Dmark_sweep.cc1029 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
/art/runtime/gc/
Dheap.cc333 next_gc_type_(collector::kGcTypePartial), in Heap()
2213 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2220 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2643 case collector::kGcTypePartial: { in CollectGarbageInternal()
3642 non_sticky_collector = FindCollectorByGcType(collector::kGcTypePartial); in GrowForUtilization()
Dheap.h1253 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()