Home | History | Annotate | Download | only in jdwp

Lines Matching refs:command_set

1597 // Returns true if the given command_set and command identify an "invoke" command.
1598 static bool IsInvokeCommand(uint8_t command_set, uint8_t command) {
1599 if (command_set == kJDWPClassTypeCmdSet) {
1601 } else if (command_set == kJDWPObjectReferenceCmdSet) {
1603 } else if (command_set == kJDWPInterfaceTypeCmdSet) {