Searched refs:runtime_arg (Results 1 – 2 of 2) sorted by relevance
116 for (const char* runtime_arg : runtime_args) { in StartRuntime() local117 options.push_back(std::make_pair(runtime_arg, nullptr)); in StartRuntime()
266 for (const char* runtime_arg : runtime_args_) { in CreateRuntime() local267 options.push_back(std::make_pair(runtime_arg, nullptr)); in CreateRuntime()