Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DExpandBuf.cpp108 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) in expandBufAddSpace() argument
112 ensureSpace(pBuf, gapSize); in expandBufAddSpace()
115 pBuf->curLen += gapSize; in expandBufAddSpace()
DExpandBuf.h49 u1* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);