Home
last modified time | relevance | path

Searched refs:GetCommandSet (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp.h441 uint8_t GetCommandSet() { return command_set_; } in GetCommandSet() function
Djdwp_handler.cc1597 … if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand()) { in GetCommandName()
1620 if (request.GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()
1665 …if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand() && … in ProcessRequest()
1706 if (request.GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()