Home
last modified time | relevance | path

Searched defs:runtime_options (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dparsed_options.cc55 RuntimeArgumentMap* runtime_options) { in Parse()
531 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
643 RuntimeArgumentMap* runtime_options) { in DoParse()
Doat_file_assistant_context.cc40 std::unique_ptr<OatFileAssistantContext::RuntimeOptions> runtime_options) in OatFileAssistantContext()
Druntime.cc816 RuntimeArgumentMap* runtime_options) { in ParseOptions()
847 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
865 RuntimeArgumentMap runtime_options; in Create() local
1408 Opt runtime_options(std::move(runtime_options_in)); in Init() local
/art/runtime/jni/
Djava_vm_ext.cc498 JavaVMExt::JavaVMExt(Runtime* runtime, const RuntimeArgumentMap& runtime_options) in JavaVMExt()
535 const RuntimeArgumentMap& runtime_options, in Create()
/art/dex2oat/
Ddex2oat.cc1488 RuntimeArgumentMap runtime_options; in Setup() local
2703 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options, in PrepareRuntimeOptions()
2745 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()