Home
last modified time | relevance | path

Searched defs:GetGcType (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dpartial_mark_sweep.h31 GcType GetGcType() const override { in GetGcType() function
Dsticky_mark_sweep.h29 GcType GetGcType() const override { in GetGcType() function
Dsemi_space.h68 GcType GetGcType() const override { in GetGcType() function
Dmark_sweep.h68 GcType GetGcType() const override { in GetGcType() function
Dmark_compact.h68 GcType GetGcType() const override { return kGcTypeSticky; } in GetGcType() function
145 GcType GetGcType() const override { return kGcTypePartial; } in GetGcType() function
Dconcurrent_copying.h95 GcType GetGcType() const override { in GetGcType() function