Searched refs:colGetEntry (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/util/ |
H A D | MapCollections.java | 58 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 D | ArraySet.java | 884 protected Object colGetEntry(int index, int offset) { in getCollection()
|
H A D | ArrayMap.java | 936 protected Object colGetEntry(int index, int offset) { in getCollection()
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 252 Landroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object; 430 Landroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
|
H A D | boot-image-profile.txt | 15616 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 D | boot-image-profile.txt | 15552 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 D | hiddenapi-max-target-o.txt | 57980 Landroid/util/MapCollections;->colGetEntry(II)Ljava/lang/Object;
|