Searched refs:gapSize (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_expand_buf.h57 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
H A Djdwp_expand_buf.cc106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { argument
109 ensureSpace(pBuf, gapSize);
112 pBuf->curLen += gapSize;

Completed in 1362 milliseconds