Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.h43 uint8_t* expandBufGetBuffer(ExpandBuf* pBuf);
Djdwp_expand_buf.cc71 uint8_t* expandBufGetBuffer(ExpandBuf* pBuf) { in expandBufGetBuffer() function
Djdwp_main.cc132 return TEMP_FAILURE_RETRY(write(clientSock, expandBufGetBuffer(pReply), length)); in WritePacket()
Djdwp_handler.cc1647 uint8_t* replyBuf = expandBufGetBuffer(pReply); in ProcessRequest()
1659 VLOG(jdwp) << HexDump(expandBufGetBuffer(pReply) + kJDWPHeaderLen, respLen, false, ""); in ProcessRequest()
Djdwp_event.cc743 uint8_t* buf = expandBufGetBuffer(pReq); in EventFinish()
/art/runtime/
Ddebugger.cc1665 JDWP::Set4BE(expandBufGetBuffer(pReply) + numLinesOffset, context.numItems); in OutputLineTable()
1724 JDWP::Set4BE(expandBufGetBuffer(pReply) + variable_count_offset, context.variable_count); in OutputVariableTable()
4150 uint8_t* buf = expandBufGetBuffer(pReply); in BuildInvokeReply()