Home
last modified time | relevance | path

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

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