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', '--compiled-methods={0}'.format(
175 cmd += ['-Xcompiler-option', '--run-passes={0}'.format(
177 cmd += ['-Xcompiler-option', '--runtime-arg', '-Xcompiler-option',
179 cmd += self._base_cmd[self._arguments_position:]
180 return cmd