Searched refs:mTwiceBaseCache (Results 1 – 1 of 1) sorted by relevance
109 static Object[] mTwiceBaseCache; field in ArrayMap225 if (mTwiceBaseCache != null) { in allocArrays()226 final Object[] array = mTwiceBaseCache; in allocArrays()229 mTwiceBaseCache = (Object[]) array[0]; in allocArrays()246 mTwiceBaseCache = null; in allocArrays()292 array[0] = mTwiceBaseCache; in freeArrays()297 mTwiceBaseCache = array; in freeArrays()