Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc33 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create()
169 bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognized) { in Parse()
Druntime.cc328 bool Runtime::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create()
653 bool Runtime::Init(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Init()
Djni_internal.cc3025 bool ignore_unrecognized = args->ignoreUnrecognized; in JNI_CreateJavaVM() local