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

  /art/runtime/gc/
heap.cc 197 collector_type_(kCollectorTypeNone),
    [all...]
heap.h 725 return collector_type_;
729 if (IsGcConcurrent() && IsMovingGc(collector_type_)) {
731 DCHECK_EQ(collector_type_, foreground_collector_type_);
1133 CollectorType collector_type_; member in class:art::gc::Heap
    [all...]
  /art/runtime/
parsed_options.cc 547 gc::CollectorType collector_type_ = (XGcOption{}).collector_type_; // NOLINT [whitespace/braces] [5] local
553 if (xgc != nullptr && xgc->collector_type_ != gc::kCollectorTypeNone) {
554 collector_type_ = xgc->collector_type_;
559 if (collector_type_ != gc::kCollectorTypeGSS) {
563 background_collector_type_ = collector_type_;
    [all...]
parsed_options_test.cc 127 EXPECT_EQ(gc::kCollectorTypeMC, xgc.collector_type_);
runtime.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying-inl.h 106 DCHECK(heap_->collector_type_ == kCollectorTypeCC);
concurrent_copying.cc     [all...]
  /art/cmdline/
cmdline_types.h 503 gc::CollectorType collector_type_ = gc::kCollectorTypeDefault; member in struct:art::XGcOption
525 xgc.collector_type_ = collector_type;
574 // XGcOption::collector_type_ after parsing options. If you set this to
cmdline_parser_test.cc 320 option_all_true.collector_type_ = gc::CollectorType::kCollectorTypeCMS;
337 option_all_false.collector_type_ = gc::CollectorType::kCollectorTypeMS;
  /system/core/libbacktrace/testdata/arm/
libart.so 

Completed in 698 milliseconds