Searched refs:GetGcType (Results 1 – 9 of 9) sorted by relevance
29 GcType GetGcType() const override { in GetGcType() function
67 virtual GcType GetGcType() const = 0;
75 GcType GetGcType() const override { in GetGcType() function
192 const GcType gc_type = GetGcType(); in SwapBitmaps()
143 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()287 /* clear_alloc_space_cards= */ GetGcType() != kGcTypeSticky); in MarkingPhase()1031 const bool partial = GetGcType() == kGcTypePartial; in RecursiveMark()
94 GcType GetGcType() const override { in GetGcType() function
3620 collector->GetGcType() == gc_type) { in FindCollectorByGcType()3643 collector::GcType gc_type = collector_ran->GetGcType(); in GrowForUtilization()