Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h33 #define kJDWPFlagReply 0x80 macro
Djdwp_request.cc35 if ((flags & kJDWPFlagReply) != 0) { in Request()
Djdwp_handler.cc1689 Set1(replyBuf + 8, kJDWPFlagReply); in ProcessRequest()