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.cc107 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { in expandBufAddSpace() function
Djdwp_handler.cc1426 memcpy(expandBufAddSpace(pReply, replyLen), replyBuf, replyLen); in DDM_Chunk()
1650 expandBufAddSpace(pReply, kJDWPHeaderLen); in ProcessRequest()
Djdwp_event.cc774 expandBufAddSpace(pReq, kJDWPHeaderLen); in eventPrep()
/art/runtime/
Ddebugger.cc1267 uint8_t* dst = expandBufAddSpace(pReply, count * width); in OutputArray()
2606 uint8_t* ptr = expandBufAddSpace(pReply, width + 1); in GetLocalValues()
4153 JDWP::expandBufAddSpace(pReply, kJDWPHeaderLen); in BuildInvokeReply()