Searched refs:CreateRuntime (Results 1 – 2 of 2) sorted by relevance
317 runtime.reset(CreateRuntime(args.get())); in Main()371 Runtime* CreateRuntime(CmdlineArgs* args) { in CreateRuntime() function
1324 if (!CreateRuntime(std::move(runtime_options))) { in Setup()1427 if (!CreateRuntime(std::move(runtime_options))) { in Setup()2222 bool CreateRuntime(RuntimeArgumentMap&& runtime_options) { in CreateRuntime() function in art::FINAL