Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc55 RuntimeArgumentMap* runtime_options) { in Parse()
482 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
594 RuntimeArgumentMap* runtime_options) { in DoParse()
Druntime.cc747 RuntimeArgumentMap* runtime_options) { in ParseOptions()
766 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
784 RuntimeArgumentMap runtime_options; in Create() local
1336 Opt runtime_options(std::move(runtime_options_in)); in Init() local
/art/runtime/jni/
Djava_vm_ext.cc491 const RuntimeArgumentMap& runtime_options, in JavaVMExt()
529 const RuntimeArgumentMap& runtime_options, in Create()
/art/dex2oat/
Ddex2oat.cc1430 RuntimeArgumentMap runtime_options; in Setup() local
2663 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options, in PrepareRuntimeOptions()
2705 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()