Home
last modified time | relevance | path

Searched refs:kJDWPDdmCmdSet (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_priv.h39 #define kJDWPDdmCmdSet 199 /* 0xc7, or 'G'+128 */ macro
Djdwp_handler.cc1620 if (request.GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()
1706 if (request.GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()
Djdwp_event.cc1353 Set1(header+9, kJDWPDdmCmdSet); in DdmSendChunkV()