Lines Matching refs:cmd
115 cmd = self._PrepareCmd(compiled_methods=compiled_methods,
118 cmd, LogSeverity.ERROR)
137 cmd = self._PrepareCmd()
138 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
157 cmd = self._PrepareCmd(compiled_methods=[compiled_method])
158 (output, _) = self._test_env.RunCommand(cmd, LogSeverity.INFO)
167 cmd = self._base_cmd[0:self._arguments_position]
171 cmd += ['-Xcompiler-option', '--run-passes={0}'.format(
173 cmd += ['-Xcompiler-option', '--runtime-arg', '-Xcompiler-option',
175 cmd += self._base_cmd[self._arguments_position:]
176 return cmd