Home
last modified time | relevance | path

Searched defs:cmd (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/toolchain/tooling/client/domain/
H A Dtest_client.cpp25 bool TestClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
H A Druntime_client.cpp27 bool RuntimeClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
H A Dprofiler_client.cpp30 bool ProfilerClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
H A Ddebugger_client.cpp29 bool DebuggerClient::DispatcherCmd(const std::string &cmd) in DispatcherCmd() argument
H A Dheapprofiler_client.cpp28 bool HeapProfilerClient::DispatcherCmd(const std::string &cmd, const std::string &arg) in DispatcherCmd() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp194 std::string cmd; in CheckCondJump() local
261 std::string cmd; in CheckCondJumpWithZero() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp229 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 Dtcp_server.cpp189 bool TcpServer::FindCommand(std::vector<std::string> cmds, std::string cmd) in FindCommand() argument
/arkcompiler/toolchain/tooling/client/utils/
H A Dcli_command.cpp227 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 Delf_checker.cpp157 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 Delf_checker.h267 ElfCommand cmd; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp287 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 Dcommon.h624 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 DProcess.cpp58 static void SpawnChildProcess(EtsEnv *env, ets_object child, ets_string cmd, ets_int timeout, ets_int signal) in SpawnChildProcess() argument

Completed in 16 milliseconds