Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc54 RuntimeArgumentMap* runtime_options) { in Parse()
453 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
564 RuntimeArgumentMap* runtime_options) { in DoParse()
Druntime.cc726 RuntimeArgumentMap* runtime_options) { in ParseOptions()
745 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
763 RuntimeArgumentMap runtime_options; in Create() local
1191 Opt runtime_options(std::move(runtime_options_in)); in Init() local
/art/dex2oat/
Ddex2oat.cc1692 RuntimeArgumentMap runtime_options; in Setup() local
2776 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options, in PrepareRuntimeOptions()
2818 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()
/art/runtime/jni/
Djava_vm_ext.cc491 const RuntimeArgumentMap& runtime_options, in JavaVMExt()
529 const RuntimeArgumentMap& runtime_options, in Create()