Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h116 for (const char* runtime_arg : runtime_args) { in StartRuntime() local
117 options.push_back(std::make_pair(runtime_arg, nullptr)); in StartRuntime()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc266 for (const char* runtime_arg : runtime_args_) { in CreateRuntime() local
267 options.push_back(std::make_pair(runtime_arg, nullptr)); in CreateRuntime()