Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dparsed_options.h77 bool DoParse(const RuntimeOptions& options,
H A Dparsed_options.cc59 return parser.DoParse(options, ignore_unrecognized, runtime_options); in Parse()
592 bool ParsedOptions::DoParse(const RuntimeOptions& options, in DoParse() function in art::ParsedOptions