Home | History | Annotate | Download | only in gc

Lines Matching refs:next_gc_type_

151       next_gc_type_(collector::kGcTypePartial),
1308 collector::GcType tried_type = next_gc_type_;
2947 next_gc_type_ = collector::kGcTypeSticky;
2962 next_gc_type_ = collector::kGcTypeSticky;
2964 next_gc_type_ = non_sticky_gc_type;
3055 if (CollectGarbageInternal(next_gc_type_, kGcCauseBackground, false) ==
3059 if (gc_type > next_gc_type_ &&