Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3765 collector::GcType next_gc_type = next_gc_type_; in ConcurrentGC() local
3767 if (force_full && next_gc_type == collector::kGcTypeSticky) { in ConcurrentGC()
3768 next_gc_type = NonStickyGcType(); in ConcurrentGC()
3775 if (CollectGarbageInternal(next_gc_type, cause, false, requested_gc_num) in ConcurrentGC()
3783 if (gc_type > next_gc_type && in ConcurrentGC()