Home | History | Annotate | Download | only in jdwp

Lines Matching refs:GetCommandSet

1597     if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand()) {
1620 if (request.GetCommandSet() != kJDWPDdmCmdSet) {
1665 if (gHandlers[i].cmdSet == request.GetCommandSet() && gHandlers[i].cmd == request.GetCommand() && gHandlers[i].func != NULL) {
1706 if (request.GetCommandSet() != kJDWPDdmCmdSet) {