Searched refs:mBaseCache (Results 1 – 1 of 1) sorted by relevance
99 static Object[] mBaseCache; field in ArrayMap227 if (mBaseCache != null) { in allocArrays()228 final Object[] array = mBaseCache; in allocArrays()230 mBaseCache = (Object[])array[0]; in allocArrays()264 array[0] = mBaseCache; in freeArrays()269 mBaseCache = array; in freeArrays()