Searched refs:mTwiceBaseCache (Results 1 – 1 of 1) sorted by relevance
106 static Object[] mTwiceBaseCache; field in ArrayMap222 if (mTwiceBaseCache != null) { in allocArrays()223 final Object[] array = mTwiceBaseCache; in allocArrays()226 mTwiceBaseCache = (Object[]) array[0]; in allocArrays()243 mTwiceBaseCache = null; in allocArrays()289 array[0] = mTwiceBaseCache; in freeArrays()294 mTwiceBaseCache = array; in freeArrays()