Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc1595 static const char* GetCommandName(Request& request) { in GetCommandName() function
1607 result += GetCommandName(request); in DescribeCommand()
1692 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request.GetId(); in ProcessRequest()
1695 …VLOG(jdwp) << "REPLY: " << GetCommandName(request) << " " << result << " (length=" << respLen << "… in ProcessRequest()