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

/art/runtime/gc/
H A Dheap.cc3616 collector::GcType next_gc_type = next_gc_type_; local
3618 if (force_full && next_gc_type == collector::kGcTypeSticky) {
3619 next_gc_type = NonStickyGcType();
3621 if (CollectGarbageInternal(next_gc_type, cause, false) == collector::kGcTypeNone) {
3624 if (gc_type > next_gc_type &&

Completed in 428 milliseconds