Home
last modified time | relevance | path

Searched refs:kGcTypePartial (Results 1 – 8 of 8) 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()
Dmark_compact.h74 return kGcTypePartial; in GetGcType()
Dconcurrent_copying.h90 return kGcTypePartial; in GetGcType()
Dmark_sweep.cc1029 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
/art/runtime/gc/
Dheap.cc219 next_gc_type_(collector::kGcTypePartial), in Heap()
2153 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2160 gc_plan_.push_back(collector::kGcTypePartial); in ChangeCollector()
2509 case collector::kGcTypePartial: { in CollectGarbageInternal()
Dheap.h1077 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()