Searched refs:ParseOptions (Results 1 – 3 of 3) sorted by relevance
119 static bool ParseOptions(const RuntimeOptions& raw_options,
724 bool Runtime::ParseOptions(const RuntimeOptions& raw_options, in ParseOptions() function in art::Runtime764 return ParseOptions(raw_options, ignore_unrecognized, &runtime_options) && in Create()
2810 if (!Runtime::ParseOptions(raw_options, false, runtime_options)) { in PrepareRuntimeOptions()