Searched defs:newCount (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/analysis/
H A DReduceConstants.h46 int newCount; /* reduced size */ member in struct:IndexMap
/dalvik/vm/jdwp/
H A DExpandBuf.c86 static void ensureSpace(ExpandBuf* pBuf, int newCount) argument
90 if (pBuf->curLen + newCount <= pBuf->maxLen)
93 while (pBuf->curLen + newCount > pBuf->maxLen)

Completed in 72 milliseconds