Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc53 RuntimeArgumentMap* runtime_options) { in Parse()
418 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
529 RuntimeArgumentMap* runtime_options) { in DoParse()
Druntime.cc727 RuntimeArgumentMap* runtime_options) { in ParseOptions()
746 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
764 RuntimeArgumentMap runtime_options; in Create() local
1192 Opt runtime_options(std::move(runtime_options_in)); in Init() local
/art/dex2oat/
Ddex2oat.cc1676 RuntimeArgumentMap runtime_options; in Setup() local
2766 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options, in PrepareRuntimeOptions()
2814 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()
/art/runtime/jni/
Djava_vm_ext.cc489 const RuntimeArgumentMap& runtime_options, in JavaVMExt()
527 const RuntimeArgumentMap& runtime_options, in Create()