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
67 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
69 static constexpr CollectorType kCollectorTypeDefault =
/art/cmdline/
H A Dcmdline_types.h408 static gc::CollectorType ParseCollectorType(const std::string& option) {
429 gc::CollectorType collector_type_ = gc::kCollectorTypeDefault;
449 gc::CollectorType collector_type = ParseCollectorType(gc_option);
503 gc::CollectorType background_collector_type_;
505 BackgroundGcOption(gc::CollectorType background_collector_type) // NOLINT [runtime/explicit] [5]
511 operator gc::CollectorType() const { return background_collector_type_; }
522 gc::CollectorType collector_type = ParseCollectorType(substring);

Completed in 253 milliseconds