Searched refs:CreateFromRuntimeArguments (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jit/
H A Djit.h220 static JitOptions* CreateFromRuntimeArguments(const RuntimeArgumentMap& options);
H A Djit.cc54 JitOptions* JitOptions::CreateFromRuntimeArguments(const RuntimeArgumentMap& options) { function in class:art::jit::JitOptions
/art/runtime/
H A Druntime.cc1137 jit_options_.reset(jit::JitOptions::CreateFromRuntimeArguments(runtime_options));
1141 // If runtime_options doesn't have UseJIT set to true then CreateFromRuntimeArguments returns

Completed in 372 milliseconds