Searched refs:expandBufAddSpace (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_expand_buf.h | 57 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
|
D | jdwp_expand_buf.cc | 106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { in expandBufAddSpace() function
|
D | jdwp_handler.cc | 1393 memcpy(expandBufAddSpace(pReply, replyLen), replyBuf, replyLen); in DDM_Chunk() 1614 expandBufAddSpace(pReply, kJDWPHeaderLen); in ProcessRequest()
|
D | jdwp_event.cc | 733 expandBufAddSpace(pReq, kJDWPHeaderLen); in eventPrep()
|
/art/runtime/ |
D | debugger.cc | 1248 uint8_t* dst = expandBufAddSpace(pReply, count * width); in OutputArray() 2594 uint8_t* ptr = expandBufAddSpace(pReply, width + 1); in GetLocalValues() 4139 JDWP::expandBufAddSpace(pReply, kJDWPHeaderLen); in BuildInvokeReply()
|