Home
last modified time | relevance | path

Searched defs:ignore_unrecognized (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dparsed_options.cc45 bool ignore_unrecognized, in Parse()
61 std::unique_ptr<RuntimeParser> ParsedOptions::MakeParser(bool ignore_unrecognized) { in MakeParser()
429 bool ignore_unrecognized, in DoParse()
Druntime.cc450 bool ignore_unrecognized, in ParseOptions()
477 bool Runtime::Create(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Create()
Djava_vm_ext.cc951 bool ignore_unrecognized = args->ignoreUnrecognized; in JNI_CreateJavaVM() local