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

  /art/runtime/gc/
collector_type.h 26 enum CollectorType {
67 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
69 static constexpr CollectorType kCollectorTypeDefault =
  /art/cmdline/
cmdline_types.h 482 static gc::CollectorType ParseCollectorType(const std::string& option) {
503 gc::CollectorType collector_type_ = gc::kCollectorTypeDefault;
523 gc::CollectorType collector_type = ParseCollectorType(gc_option);
577 gc::CollectorType background_collector_type_;
579 BackgroundGcOption(gc::CollectorType background_collector_type) // NOLINT [runtime/explicit] [5]
585 operator gc::CollectorType() const { return background_collector_type_; }
596 gc::CollectorType collector_type = ParseCollectorType(substring);

Completed in 556 milliseconds