Home | History | Annotate | Download | only in runtime

Lines Matching refs:background_collector_type_

594     gc::CollectorType background_collector_type_;
598 background_collector_type_ = args.GetOrDefault(M::BackgroundGc);
606 if (background_collector_type_ == gc::kCollectorTypeNone) {
608 background_collector_type_ = low_memory_mode_ ?
611 background_collector_type_ = collector_type_;
615 args.Set(M::BackgroundGc, BackgroundGcOption { background_collector_type_ });