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

  /art/runtime/
parsed_options.cc 519 gc::CollectorType collector_type_ = (XGcOption{}).collector_type_; // NOLINT [whitespace/braces] [5] local
525 if (xgc != nullptr && xgc->collector_type_ != gc::kCollectorTypeNone) {
526 collector_type_ = xgc->collector_type_;
531 if (collector_type_ != gc::kCollectorTypeGSS) {
535 background_collector_type_ = collector_type_;
  /art/cmdline/
cmdline_types.h 465 gc::CollectorType collector_type_ = kUseReadBarrier ? member in struct:art::XGcOption
489 xgc.collector_type_ = collector_type;
536 // XGcOption::collector_type_ after parsing options. If you set this to
  /art/runtime/gc/
heap.h 702 return collector_type_;
706 if (IsGcConcurrent() && IsMovingGc(collector_type_)) {
708 DCHECK_EQ(collector_type_, foreground_collector_type_);
710 << "Assume no transition such that collector_type_ won't change";
1060 CollectorType collector_type_; member in class:art::gc::Heap
    [all...]

Completed in 330 milliseconds