Searched defs:CollectorType (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dcollector_type.h26 enum CollectorType { enum in namespace:art::gc
47 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
49 static constexpr CollectorType kCollectorTypeDefault =
/art/cmdline/
H A Dcmdline_types.h443 static gc::CollectorType ParseCollectorType(const std::string& option) {
464 gc::CollectorType collector_type_ = kUseReadBarrier ?
486 gc::CollectorType collector_type = ParseCollectorType(gc_option);
538 gc::CollectorType background_collector_type_;
540 BackgroundGcOption(gc::CollectorType background_collector_type) // NOLINT [runtime/explicit] [5]
550 operator gc::CollectorType() const { return background_collector_type_; }
561 gc::CollectorType collector_type = ParseCollectorType(substring);

Completed in 25 milliseconds