Searched refs:CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
32 private static final int CACHE_SIZE = 73; field in ArrayUtils33 private static Object[] sCache = new Object[CACHE_SIZE];110 int bucket = ((System.identityHashCode(kind) / 8) & 0x7FFFFFFF) % CACHE_SIZE; in emptyArray()
44 private static final int CACHE_SIZE = 10; field in SimpleArrayMap175 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()189 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()
59 private static final int CACHE_SIZE = 10; field in ArraySet191 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()205 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()
58 private static final int CACHE_SIZE = 10; field in ArrayMap203 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()217 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()