Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DArraySet.java351 final int[] ohashes = mHashes; in clear() local
357 freeArrays(ohashes, oarray, osize); in clear()
371 final int[] ohashes = mHashes; in ensureCapacity() local
375 System.arraycopy(ohashes, 0, mHashes, 0, mSize); in ensureCapacity()
378 freeArrays(ohashes, oarray, mSize); in ensureCapacity()
477 final int[] ohashes = mHashes; in add() local
487 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length); in add()
491 freeArrays(ohashes, oarray, oSize); in add()
632 final int[] ohashes = mHashes; in removeAt() local
638 System.arraycopy(ohashes, 0, mHashes, 0, index); in removeAt()
[all …]
DArrayMap.java373 final int[] ohashes = mHashes; in clear() local
379 freeArrays(ohashes, oarray, osize); in clear()
408 final int[] ohashes = mHashes; in ensureCapacity() local
412 System.arraycopy(ohashes, 0, mHashes, 0, osize); in ensureCapacity()
415 freeArrays(ohashes, oarray, osize); in ensureCapacity()
601 final int[] ohashes = mHashes; in put() local
611 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length); in put()
615 freeArrays(ohashes, oarray, osize); in put()
764 final int[] ohashes = mHashes; in removeAt() local
768 freeArrays(ohashes, oarray, osize); in removeAt()
[all …]