Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc46 RuntimeArgumentMap* runtime_options) { in Parse()
320 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
430 RuntimeArgumentMap* runtime_options) { in DoParse()
Druntime.cc451 RuntimeArgumentMap* runtime_options) { in ParseOptions()
461 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
478 RuntimeArgumentMap runtime_options; in Create() local
908 RuntimeArgumentMap runtime_options(std::move(runtime_options_in)); in Init() local
Djava_vm_ext.cc423 JavaVMExt::JavaVMExt(Runtime* runtime, const RuntimeArgumentMap& runtime_options) in JavaVMExt()
/art/dex2oat/
Ddex2oat.cc1319 RuntimeArgumentMap runtime_options; in Setup() local
2210 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options) { in PrepareRuntimeOptions()
2269 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()