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()
493 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
605 RuntimeArgumentMap* runtime_options) { in DoParse()
Druntime.cc800 RuntimeArgumentMap* runtime_options) { in ParseOptions()
819 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
837 RuntimeArgumentMap runtime_options; in Create() local
1392 Opt runtime_options(std::move(runtime_options_in)); in Init() local
/art/runtime/jni/
Djava_vm_ext.cc499 const RuntimeArgumentMap& runtime_options, in JavaVMExt()
538 const RuntimeArgumentMap& runtime_options, in Create()
/art/dex2oat/
Ddex2oat.cc1442 RuntimeArgumentMap runtime_options; in Setup() local
2662 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options, in PrepareRuntimeOptions()
2704 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()