Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h317 runtime.reset(CreateRuntime(args.get())); in Main()
371 Runtime* CreateRuntime(CmdlineArgs* args) { in CreateRuntime() function
/art/dex2oat/
Ddex2oat.cc1324 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