Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc55 RuntimeArgumentMap* runtime_options) { in Parse()
529 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions()
641 RuntimeArgumentMap* runtime_options) { in DoParse()
Druntime.cc916 RuntimeArgumentMap* runtime_options) { in ParseOptions()
947 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
965 RuntimeArgumentMap runtime_options; in Create() local
1548 inline static uint64_t GetThreadSuspendTimeout(const RuntimeArgumentMap* runtime_options) { in GetThreadSuspendTimeout()
1566 Opt runtime_options(std::move(runtime_options_in)); in Init() local
/art/runtime/oat/
Doat_file_assistant_context.cc42 std::unique_ptr<OatFileAssistantContext::RuntimeOptions> runtime_options) in OatFileAssistantContext()
/art/runtime/jni/
Djava_vm_ext.cc523 JavaVMExt::JavaVMExt(Runtime* runtime, const RuntimeArgumentMap& runtime_options) in JavaVMExt()
560 const RuntimeArgumentMap& runtime_options, in Create()
/art/dex2oat/
Ddex2oat.cc1467 RuntimeArgumentMap runtime_options; in Setup() local
2686 bool PrepareRuntimeOptions(RuntimeArgumentMap* runtime_options, in PrepareRuntimeOptions()
2728 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime()