Searched defs:skip_reply (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_main.cc401 bool skip_reply = false; local
402 size_t replyLength = ProcessRequest(&request, pReply, &skip_reply);
404 if (!skip_reply) {
H A Djdwp_handler.cc1604 * Process a request from the debugger. The skip_reply flag is set to true to indicate to the
1610 size_t JdwpState::ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply) { argument
1612 *skip_reply = false;
1669 *skip_reply = true;

Completed in 58 milliseconds