Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.h57 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
Djdwp_expand_buf.cc106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { in expandBufAddSpace() function
Djdwp_handler.cc1393 memcpy(expandBufAddSpace(pReply, replyLen), replyBuf, replyLen); in DDM_Chunk()
1614 expandBufAddSpace(pReply, kJDWPHeaderLen); in ProcessRequest()
Djdwp_event.cc733 expandBufAddSpace(pReq, kJDWPHeaderLen); in eventPrep()
/art/runtime/
Ddebugger.cc1248 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()