HomeSort by relevance Sort by last modified time
    Searched refs:collector_type_ (Results 1 - 9 of 9) sorted by null

  /art/runtime/gc/
heap.cc 215 collector_type_(kCollectorTypeNone),
    [all...]
heap.h 788 return collector_type_;
792 if (IsGcConcurrent() && IsMovingGc(collector_type_)) {
794 DCHECK_EQ(collector_type_, foreground_collector_type_);
1229 CollectorType collector_type_; member in class:art::gc::Heap
    [all...]
  /art/runtime/
parsed_options.cc 595 gc::CollectorType collector_type_ = (XGcOption{}).collector_type_; local
601 if (xgc != nullptr && xgc->collector_type_ != gc::kCollectorTypeNone) {
602 collector_type_ = xgc->collector_type_;
607 if (collector_type_ != gc::kCollectorTypeGSS) {
611 background_collector_type_ = collector_type_;
    [all...]
parsed_options_test.cc 130 EXPECT_EQ(gc::kCollectorTypeSS, xgc.collector_type_);
runtime.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying-inl.h 136 DCHECK(heap_->collector_type_ == kCollectorTypeCC);
concurrent_copying.cc     [all...]
  /art/cmdline/
cmdline_parser_test.cc 337 option_all_true.collector_type_ = gc::CollectorType::kCollectorTypeCMS;
354 option_all_false.collector_type_ = gc::CollectorType::kCollectorTypeMS;
cmdline_types.h 427 gc::CollectorType collector_type_ = gc::kCollectorTypeDefault; member in struct:art::XGcOption
450 xgc.collector_type_ = collector_type;
513 // XGcOption::collector_type_ after parsing options. If you set this to

Completed in 95 milliseconds