Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc64 auto new_command = std::make_unique<T>(sim_); in RegisterCmd() local
66 auto* new_command = sim_->GetAllocator().New<T>(sim_); in RegisterCmd()
70 std::string_view new_cmd_word = new_command->GetCommandWord(); in RegisterCmd()
71 std::string_view new_cmd_alias = new_command->GetCommandAlias(); in RegisterCmd()
92 debugger_cmds_.push_back(std::move(new_command)); in RegisterCmd()
94 debugger_cmds_.push_back(new_command); in RegisterCmd()

Completed in 2 milliseconds