Home | History | Annotate | Download | only in jdwp

Lines Matching refs:GetCommandSet

1632     if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand()) {
1655 if (request.GetCommandSet() != kJDWPDdmCmdSet) {
1694 if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand() && gHandlers[i].func != NULL) {
1738 if (request.GetCommandSet() != kJDWPDdmCmdSet) {