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.cc1031 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
/art/runtime/gc/
Dheap.cc279 next_gc_type_(collector::kGcTypePartial), in Heap()
2163 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2170 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2582 case collector::kGcTypePartial: { in CollectGarbageInternal()
3543 non_sticky_collector = FindCollectorByGcType(collector::kGcTypePartial); in GrowForUtilization()
Dheap.h1197 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()