Searched refs:mTwiceBaseCache (Results 1 – 3 of 3) sorted by relevance
54 static Object[] mTwiceBaseCache; field in SimpleArrayMap140 if (mTwiceBaseCache != null) { in allocArrays()141 final Object[] array = mTwiceBaseCache; in allocArrays()143 mTwiceBaseCache = (Object[])array[0]; in allocArrays()176 array[0] = mTwiceBaseCache; in freeArrays()181 mTwiceBaseCache = array; in freeArrays()
71 static Object[] mTwiceBaseCache; field in ArraySet158 if (mTwiceBaseCache != null) { in allocArrays()159 final Object[] array = mTwiceBaseCache; in allocArrays()161 mTwiceBaseCache = (Object[])array[0]; in allocArrays()194 array[0] = mTwiceBaseCache; in freeArrays()199 mTwiceBaseCache = array; in freeArrays()
75 static Object[] mTwiceBaseCache; field in ArrayMap170 if (mTwiceBaseCache != null) { in allocArrays()171 final Object[] array = mTwiceBaseCache; in allocArrays()173 mTwiceBaseCache = (Object[])array[0]; in allocArrays()206 array[0] = mTwiceBaseCache; in freeArrays()211 mTwiceBaseCache = array; in freeArrays()