Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/
H A DMapCollections.java58 Object res = colGetEntry(mIndex, mOffset); in next()
116 return (K)colGetEntry(mIndex, 0); in getKey()
125 return (V)colGetEntry(mIndex, 1); in getValue()
157 final Object key = colGetEntry(mIndex, 0); in hashCode()
198 Object foundVal = colGetEntry(index, 1); in contains()
262 final Object key = colGetEntry(i, 0); in hashCode()
352 Object obj = colGetEntry(i, 0); in hashCode()
417 Object cur = colGetEntry(i, 1); in removeAll()
433 Object cur = colGetEntry(i, 1); in retainAll()
494 result[i] = colGetEntry(i, offset); in toArrayHelper()
[all …]
H A DArraySet.java884 protected Object colGetEntry(int index, int offset) { in getCollection()
H A DArrayMap.java936 protected Object colGetEntry(int index, int offset) { in getCollection()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt252 Landroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
430 Landroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
H A Dboot-image-profile.txt15616 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
15658 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt15552 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
15594 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57980 Landroid/util/MapCollections;->colGetEntry(II)Ljava/lang/Object;