Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h360 runtime.reset(CreateRuntime(args.get())); in Main()
414 Runtime* CreateRuntime(CmdlineArgs* args) { in CreateRuntime() function
/art/dexoptanalyzer/
Ddexoptanalyzer.cc257 bool CreateRuntime() const { in CreateRuntime() function in art::DexoptAnalyzer
291 if (!CreateRuntime()) { in GetDexOptNeeded()
/art/dex2oat/
Ddex2oat.cc1758 if (!CreateRuntime(std::move(runtime_options))) { in Setup()
2814 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime() function in art::Dex2Oat