Home
last modified time | relevance | path

Searched refs:kGcTypeSticky (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/collector/
Dgc_type.h32 kGcTypeSticky, enumerator
Dsticky_mark_sweep.h30 return kGcTypeSticky; in GetGcType()
Dconcurrent_copying.h98 ? kGcTypeSticky in GetGcType()
Dmark_sweep.cc143 GetCurrentIteration()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky); in InitializePhase()
287 /* clear_alloc_space_cards= */ GetGcType() != kGcTypeSticky); in MarkingPhase()
/art/runtime/gc/
Dheap.cc2142 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2162 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2169 gc_plan_.push_back(collector::kGcTypeSticky); in ChangeCollector()
2645 active_concurrent_copying_collector_ = (gc_type == collector::kGcTypeSticky) ? in CollectGarbageInternal()
3018 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnAllocationStackWithInternalGC()
3038 CollectGarbageInternal(collector::kGcTypeSticky, kGcCauseForAlloc, false); in PushOnThreadLocalAllocationStackWithInternalGC()
3528 if (gc_type != collector::kGcTypeSticky) { in GrowForUtilization()
3536 next_gc_type_ = collector::kGcTypeSticky; in GrowForUtilization()
3560 next_gc_type_ = collector::kGcTypeSticky; in GrowForUtilization()
3722 if (force_full && next_gc_type == collector::kGcTypeSticky) { in ConcurrentGC()