Home
last modified time | relevance | path

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

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