Home
last modified time | relevance | path

Searched refs:ParseCollectorType (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dparsed_options.cc107 static gc::CollectorType ParseCollectorType(const std::string& option) { in ParseCollectorType() function
129 gc::CollectorType collector_type = ParseCollectorType(gc_option); in ParseXGcOption()
464 gc::CollectorType collector_type = ParseCollectorType(substring); in Parse()