Home
last modified time | relevance | path

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

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