Searched refs:colGetEntry (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | MapCollections.java | 56 Object res = colGetEntry(mIndex, mOffset); in next() 114 return (K)colGetEntry(mIndex, 0); in getKey() 123 return (V)colGetEntry(mIndex, 1); in getValue() 145 return Objects.equals(e.getKey(), colGetEntry(mIndex, 0)) in equals() 146 && Objects.equals(e.getValue(), colGetEntry(mIndex, 1)); in equals() 155 final Object key = colGetEntry(mIndex, 0); in hashCode() 156 final Object value = colGetEntry(mIndex, 1); in hashCode() 196 Object foundVal = colGetEntry(index, 1); in contains() 260 final Object key = colGetEntry(i, 0); in hashCode() 261 final Object value = colGetEntry(i, 1); in hashCode() [all …]
|
D | ArraySet.java | 865 protected Object colGetEntry(int index, int offset) { in getCollection()
|
D | ArrayMap.java | 928 protected Object colGetEntry(int index, int offset) { in getCollection()
|
/frameworks/base/config/ |
D | boot-profile.txt | 252 Landroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object; 430 Landroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
|
D | boot-image-profile.txt | 20132 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object; 20176 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
|