Home
last modified time | relevance | path

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

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