Searched refs:CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
33 private static final int CACHE_SIZE = 73; field in ArrayUtils34 private static Object[] sCache = new Object[CACHE_SIZE];107 int bucket = ((System.identityHashCode(kind) / 8) & 0x7FFFFFFF) % CACHE_SIZE; in emptyArray()