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
55 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
57 static constexpr CollectorType kCollectorTypeDefault =
/art/cmdline/
H A Dcmdline_types.h444 static gc::CollectorType ParseCollectorType(const std::string& option) {
465 gc::CollectorType collector_type_ = kUseReadBarrier ?
487 gc::CollectorType collector_type = ParseCollectorType(gc_option);
539 gc::CollectorType background_collector_type_;
541 BackgroundGcOption(gc::CollectorType background_collector_type) // NOLINT [runtime/explicit] [5]
551 operator gc::CollectorType() const { return background_collector_type_; }
562 gc::CollectorType collector_type = ParseCollectorType(substring);

Completed in 69 milliseconds