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 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dsticky_mark_sweep.h29 GcType GetGcType() const OVERRIDE { in GetGcType() function
Dgarbage_collector.h133 virtual GcType GetGcType() const = 0;
Dgarbage_collector.cc118 const GcType gc_type = GetGcType(); in SwapBitmaps()
Dsemi_space.h76 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dmark_compact.h74 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dconcurrent_copying.h156 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dmark_sweep.h75 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dmark_sweep.cc140 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()
260 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); in MarkingPhase()
941 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
/art/runtime/gc/
Dheap.cc3256 collector->GetGcType() == gc_type) { in FindCollectorByGcType()
3277 collector::GcType gc_type = collector_ran->GetGcType(); in GrowForUtilization()