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.h142 virtual GcType GetGcType() const = 0;
Dgarbage_collector.cc115 const GcType gc_type = GetGcType(); in SwapBitmaps()
Dmark_compact.h74 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dsemi_space.h76 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dmark_sweep.h76 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dconcurrent_copying.h74 virtual GcType GetGcType() const OVERRIDE { in GetGcType() function
Dmark_sweep.cc139 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()
261 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); in MarkingPhase()
1007 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
/art/runtime/gc/
Dheap.cc3534 collector->GetGcType() == gc_type) { in FindCollectorByGcType()
3555 collector::GcType gc_type = collector_ran->GetGcType(); in GrowForUtilization()