Searched refs:sTwiceBaseCache (Results 1 – 2 of 2) sorted by relevance
69 static Object[] sTwiceBaseCache; field in ArraySet157 if (sTwiceBaseCache != null) { in allocArrays()158 final Object[] array = sTwiceBaseCache; in allocArrays()161 sTwiceBaseCache = (Object[]) array[0]; in allocArrays()176 sTwiceBaseCache = null; in allocArrays()215 array[0] = sTwiceBaseCache; in freeArrays()220 sTwiceBaseCache = array; in freeArrays()
74 static Object[] sTwiceBaseCache; field in ArraySet163 if (sTwiceBaseCache != null) { in allocArrays()164 final Object[] array = sTwiceBaseCache; in allocArrays()166 sTwiceBaseCache = (Object[]) array[0]; in allocArrays()204 array[0] = sTwiceBaseCache; in freeArrays()209 sTwiceBaseCache = array; in freeArrays()