Searched refs:CreateRuntime (Results 1 – 3 of 3) sorted by relevance
360 runtime.reset(CreateRuntime(args.get())); in Main()414 Runtime* CreateRuntime(CmdlineArgs* args) { in CreateRuntime() function
257 bool CreateRuntime() const { in CreateRuntime() function in art::DexoptAnalyzer291 if (!CreateRuntime()) { in GetDexOptNeeded()
1758 if (!CreateRuntime(std::move(runtime_options))) { in Setup()2814 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime() function in art::Dex2Oat