Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DExpandBuf.h49 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
DExpandBuf.cpp108 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) in expandBufAddSpace() function
DJdwpHandler.cpp1592 u1* ptr = expandBufAddSpace(pReply, width+1); in handleSF_GetValues()
1704 memcpy(expandBufAddSpace(pReply, replyLen), replyBuf, replyLen); in handleDDM_Chunk()
1916 expandBufAddSpace(pReply, kJDWPHeaderLen); in dvmJdwpProcessRequest()
DJdwpEvent.cpp711 expandBufAddSpace(pReq, kJDWPHeaderLen); in eventPrep()
/dalvik/vm/
DDebugger.cpp1010 outBuf = expandBufAddSpace(pReply, count * width); in dvmDbgOutputArray()