Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h78 bool DoParse(const RuntimeOptions& options,
Dparsed_options.cc58 return parser.DoParse(options, ignore_unrecognized, runtime_options); in Parse()
562 bool ParsedOptions::DoParse(const RuntimeOptions& options, in DoParse() function in art::ParsedOptions