Searched refs:mTwiceBaseCache (Results 1 – 3 of 3) sorted by relevance
65 static Object[] mTwiceBaseCache; field in SimpleArrayMap164 if (mTwiceBaseCache != null) { in allocArrays()165 final Object[] array = mTwiceBaseCache; in allocArrays()167 mTwiceBaseCache = (Object[])array[0]; in allocArrays()201 array[0] = mTwiceBaseCache; in freeArrays()206 mTwiceBaseCache = array; in freeArrays()
93 static Object[] mTwiceBaseCache; field in ArrayMap196 if (mTwiceBaseCache != null) { in allocArrays()197 final Object[] array = mTwiceBaseCache; in allocArrays()199 mTwiceBaseCache = (Object[])array[0]; in allocArrays()232 array[0] = mTwiceBaseCache; in freeArrays()237 mTwiceBaseCache = array; in freeArrays()
5822 Landroid/util/ArrayMap;->mTwiceBaseCache:[Ljava/lang/Object;