Home
last modified time | relevance | path

Searched refs:CreateRuntime (Results 1 – 3 of 3) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer.cc220 bool CreateRuntime() { in CreateRuntime() function in art::FINAL
250 if (!CreateRuntime()) { in GetDexOptNeeded()
/art/cmdline/
Dcmdline.h329 runtime.reset(CreateRuntime(args.get())); in Main()
383 Runtime* CreateRuntime(CmdlineArgs* args) { in CreateRuntime() function
/art/dex2oat/
Ddex2oat.cc1575 if (!CreateRuntime(std::move(runtime_options))) { in Setup()
1729 if (!CreateRuntime(std::move(runtime_options))) { in Setup()
2650 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime() function in art::FINAL