| /arkcompiler/toolchain/tooling/client/domain/ |
| H A D | test_client.cpp | 25 bool TestClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
|
| H A D | runtime_client.cpp | 27 bool RuntimeClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
|
| H A D | profiler_client.cpp | 30 bool ProfilerClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
|
| H A D | debugger_client.cpp | 29 bool DebuggerClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
|
| H A D | heapprofiler_client.cpp | 28 bool HeapProfilerClient::DispatcherCmd(const std::string &cmd, const std::string &arg) in DispatcherCmd() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | ir_builder_test.cpp | 194 std::string cmd; in CheckCondJump() local 261 std::string cmd; in CheckCondJumpWithZero() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | ir_builder_test.cpp | 229 std::string cmd; in CheckCondJump() local 276 std::string cmd; in GetCcString() local 305 std::string cmd = GetCcString(cc); CheckCondJumpWithZero() local [all...] |
| /arkcompiler/toolchain/tooling/client/tcpServer/ |
| H A D | tcp_server.cpp | 189 bool TcpServer::FindCommand(std::vector<std::string> cmds, std::string cmd) in FindCommand() argument
|
| /arkcompiler/toolchain/tooling/client/utils/ |
| H A D | cli_command.cpp | 227 ErrCode CliCommand::HeapProfilerCommand(const std::string &cmd) in HeapProfilerCommand() argument 264 ErrCode CliCommand::CpuProfileCommand(const std::string &cmd) in CpuProfileCommand() argument 308 DebuggerCommand(const std::string &cmd) DebuggerCommand() argument 324 RuntimeCommand(const std::string &cmd) RuntimeCommand() argument 344 BreakCommand(const std::string &cmd) BreakCommand() argument 374 DeleteCommand(const std::string &cmd) DeleteCommand() argument 403 DisplayCommand(const std::string &cmd) DisplayCommand() argument 416 InfosourceCommand(const std::string &cmd) InfosourceCommand() argument 436 ListCommand(const std::string &cmd) ListCommand() argument 469 StepCommand(const std::string &cmd) StepCommand() argument 485 ShowstackCommand(const std::string &cmd) ShowstackCommand() argument 498 PrintCommand(const std::string &cmd) PrintCommand() argument 523 WatchCommand(const std::string &cmd) WatchCommand() argument 542 SessionAddCommand([[maybe_unused]] const std::string &cmd) SessionAddCommand() argument 559 SessionDelCommand([[maybe_unused]] const std::string &cmd) SessionDelCommand() argument 583 SessionListCommand([[maybe_unused]] const std::string &cmd) SessionListCommand() argument 594 SessionSwitchCommand([[maybe_unused]] const std::string &cmd) SessionSwitchCommand() argument 613 TestCommand(const std::string &cmd) TestCommand() argument 631 OutputCommand(const std::string &cmd, bool flag) OutputCommand() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | elf_checker.cpp | 157 ElfAllocate( void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent, ElfKind kind, size_t extra) ElfAllocate() argument 306 GetElfItem(ElfItemField& elfItemField, void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, size_t scnCnt, Elf* elf) GetElfItem() argument 396 FileReadElf( void* mapAddress, unsigned char* eIdent, int64_t offset, size_t maxSize, ElfCommand cmd, Elf* parent) FileReadElf() argument 451 ReadMmapedFile( void* mapAddress, int64_t offset, size_t maxsize, ElfCommand cmd, Elf* parent) ReadMmapedFile() argument [all...] |
| H A D | elf_checker.h | 267 ElfCommand cmd; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cg_option.cpp | 287 void CGOptions::SetRange(const std::string &str, const std::string &cmd, Range &subRange) in SetRange() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | common.h | 624 std::string cmd = JcczMnemonic(cc); in CheckCondJumpWithZero() local 671 std::string cmd = JccMnemonic(cc); in CheckCondJump() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/ |
| H A D | Process.cpp | 58 static void SpawnChildProcess(EtsEnv *env, ets_object child, ets_string cmd, ets_int timeout, ets_int signal) in SpawnChildProcess() argument
|