Home
last modified time | relevance | path

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

/frameworks/support/collection/src/main/java/androidx/collection/
DSimpleArrayMap.java65 static Object[] mTwiceBaseCache; field in SimpleArrayMap
164 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()
/frameworks/base/core/java/android/util/
DArrayMap.java93 static Object[] mTwiceBaseCache; field in ArrayMap
196 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()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5822 Landroid/util/ArrayMap;->mTwiceBaseCache:[Ljava/lang/Object;