Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3720 collector::GcType next_gc_type = next_gc_type_; in ConcurrentGC() local
3722 if (force_full && next_gc_type == collector::kGcTypeSticky) { in ConcurrentGC()
3723 next_gc_type = NonStickyGcType(); in ConcurrentGC()
3725 if (CollectGarbageInternal(next_gc_type, cause, false) == collector::kGcTypeNone) { in ConcurrentGC()
3728 if (gc_type > next_gc_type && in ConcurrentGC()