Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h119 static bool ParseOptions(const RuntimeOptions& raw_options,
Druntime.cc724 bool Runtime::ParseOptions(const RuntimeOptions& raw_options, in ParseOptions() function in art::Runtime
764 return ParseOptions(raw_options, ignore_unrecognized, &runtime_options) && in Create()
/art/dex2oat/
Ddex2oat.cc2810 if (!Runtime::ParseOptions(raw_options, false, runtime_options)) { in PrepareRuntimeOptions()