Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc44 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized, in Create()
63 std::unique_ptr<RuntimeParser> ParsedOptions::MakeParser(bool ignore_unrecognized) { in MakeParser()
374 bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognized, in Parse()
Druntime.cc410 bool Runtime::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create()
782 bool Runtime::Init(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Init()
Djava_vm_ext.cc804 bool ignore_unrecognized = args->ignoreUnrecognized; in JNI_CreateJavaVM() local