Home
last modified time | relevance | path

Searched refs:mTwiceBaseCache (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/util/
H A DArrayMap.java106 static Object[] mTwiceBaseCache; field in ArrayMap
222 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()