Home
last modified time | relevance | path

Searched refs:GetGcType (Results 1 – 10 of 10) sorted by relevance

/art/runtime/gc/collector/
Dpartial_mark_sweep.h29 GcType GetGcType() const override { in GetGcType() function
Dsticky_mark_sweep.h29 GcType GetGcType() const override { in GetGcType() function
Dgarbage_collector.h68 virtual GcType GetGcType() const = 0;
Dsemi_space.h75 GcType GetGcType() const override { in GetGcType() function
Dmark_sweep.h75 GcType GetGcType() const override { in GetGcType() function
Dgarbage_collector.cc249 const GcType gc_type = GetGcType(); in SwapBitmaps()
Dmark_sweep.cc143 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()
285 /* clear_alloc_space_cards= */ GetGcType() != kGcTypeSticky); in MarkingPhase()
1031 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
Dconcurrent_copying.h96 GcType GetGcType() const override { in GetGcType() function
Dmark_compact.h90 GcType GetGcType() const override { in GetGcType() function
/art/runtime/gc/
Dheap.cc3673 collector->GetGcType() == gc_type) { in FindCollectorByGcType()
3701 collector::GcType gc_type = collector_ran->GetGcType(); in GrowForUtilization()