Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc52 RuntimeArgumentMap* runtime_options) { in Parse()
387 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
497 RuntimeArgumentMap* runtime_options) { in DoParse()
Druntime.cc696 RuntimeArgumentMap* runtime_options) { in ParseOptions()
715 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
733 RuntimeArgumentMap runtime_options; in Create() local
1123 Opt runtime_options(std::move(runtime_options_in)); in Init() local
/art/dex2oat/
Ddex2oat.cc1487 RuntimeArgumentMap runtime_options; in Setup() local
2471 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options, in PrepareRuntimeOptions()
2544 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()
/art/runtime/jni/
Djava_vm_ext.cc482 const RuntimeArgumentMap& runtime_options, in JavaVMExt()
520 const RuntimeArgumentMap& runtime_options, in Create()