Home
last modified time | relevance | path

Searched refs:kGcTypePartial (Results 1 – 6 of 6) 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.h1194 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()