Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.h44 size_t expandBufGetLength(ExpandBuf* pBuf);
Djdwp_main.cc131 DCHECK_LE(length, expandBufGetLength(pReply)); in WritePacket()
185 ssize_t actual = netState->WritePacket(pReq, expandBufGetLength(pReq)); in SendRequest()
186 if (static_cast<size_t>(actual) != expandBufGetLength(pReq)) { in SendRequest()
188 actual, expandBufGetLength(pReq)); in SendRequest()
Djdwp_expand_buf.cc78 size_t expandBufGetLength(ExpandBuf* pBuf) { in expandBufGetLength() function
Djdwp_handler.cc1648 replyLength = (result == ERR_NONE) ? expandBufGetLength(pReply) : kJDWPHeaderLen; in ProcessRequest()
1654 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId(); in ProcessRequest()
1656 size_t respLen = expandBufGetLength(pReply) - kJDWPHeaderLen; in ProcessRequest()
Djdwp_event.cc745 Set4BE(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReq)); in EventFinish()
/art/runtime/
Ddebugger.cc1653 size_t numLinesOffset = expandBufGetLength(pReply); in OutputLineTable()
1708 size_t variable_count_offset = expandBufGetLength(pReply); in OutputVariableTable()
4151 JDWP::Set4BE(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReply)); in BuildInvokeReply()
4170 const size_t replyDataLength = expandBufGetLength(pReply) - kJDWPHeaderLen; in FinishInvokeMethod()