Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc1545 static const char* GetCommandName(Request* request) { in GetCommandName() function
1558 result += GetCommandName(request); in DescribeCommand()
1654 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId(); in ProcessRequest()
1657 …VLOG(jdwp) << "REPLY: " << GetCommandName(request) << " " << result << " (length=" << respLen << "… in ProcessRequest()