Home
last modified time | relevance | path

Searched refs:tokenized_cmd (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc133 std::vector<std::string> tokenized_cmd = Tokenize(line); in Debug() local
134 if (!tokenized_cmd.empty()) { in Debug()
135 done = ExecDebugCommand(tokenized_cmd); in Debug()
269 const std::vector<std::string>& tokenized_cmd) { in ExecDebugCommand()
270 std::string cmd_word = tokenized_cmd.front(); in ExecDebugCommand()
274 const std::vector<std::string> args(tokenized_cmd.begin() + 1, in ExecDebugCommand()
275 tokenized_cmd.end()); in ExecDebugCommand()
268 ExecDebugCommand( const std::vector<std::string>& tokenized_cmd) ExecDebugCommand() argument
H A Ddebugger-aarch64.h249 DebugReturn ExecDebugCommand(const std::vector<std::string>& tokenized_cmd);

Completed in 2 milliseconds