Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3747 collector::GcType next_gc_type = next_gc_type_; in ConcurrentGC() local
3749 if (force_full && next_gc_type == collector::kGcTypeSticky) { in ConcurrentGC()
3750 next_gc_type = NonStickyGcType(); in ConcurrentGC()
3752 if (CollectGarbageInternal(next_gc_type, cause, false) == collector::kGcTypeNone) { in ConcurrentGC()
3755 if (gc_type > next_gc_type && in ConcurrentGC()