Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_main.cc398 bool skip_reply = false; in HandlePacket() local
Djdwp_handler.cc1581 size_t JdwpState::ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply) { in ProcessRequest()