Searched refs:mTwiceBaseCache (Results 1 – 1 of 1) sorted by relevance
103 static Object[] mTwiceBaseCache; field in ArrayMap213 if (mTwiceBaseCache != null) { in allocArrays()214 final Object[] array = mTwiceBaseCache; in allocArrays()216 mTwiceBaseCache = (Object[])array[0]; in allocArrays()250 array[0] = mTwiceBaseCache; in freeArrays()255 mTwiceBaseCache = array; in freeArrays()