Searched refs:expandBufGetLength (Results 1 – 6 of 6) sorted by relevance
44 size_t expandBufGetLength(ExpandBuf* pBuf);
246 DCHECK_LE(length, expandBufGetLength(pReply)); in WritePacket()305 ssize_t actual = netState->WritePacket(pReq, expandBufGetLength(pReq)); in SendRequest()306 if (static_cast<size_t>(actual) != expandBufGetLength(pReq)) { in SendRequest()308 actual, expandBufGetLength(pReq)); in SendRequest()
79 size_t expandBufGetLength(ExpandBuf* pBuf) { in expandBufGetLength() function
1684 replyLength = (result == ERR_NONE) ? expandBufGetLength(pReply) : kJDWPHeaderLen; in ProcessRequest()1690 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId(); in ProcessRequest()1692 size_t respLen = expandBufGetLength(pReply) - kJDWPHeaderLen; in ProcessRequest()
786 Set4BE(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReq)); in EventFinish()
1685 size_t numLinesOffset = expandBufGetLength(pReply); in OutputLineTable()1709 size_t variable_count_offset = expandBufGetLength(pReply); in OutputVariableTable()4165 JDWP::Set4BE(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReply)); in BuildInvokeReply()4184 const size_t replyDataLength = expandBufGetLength(pReply) - kJDWPHeaderLen; in FinishInvokeMethod()