Searched refs:secondaryIdentityHash (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DIdentityHashMap.java444 return ((Collections.secondaryIdentityHash(key) & 0x7FFFFFFF) % (length / 2)) * 2;
H A DCollections.java3415 public static int secondaryIdentityHash(Object key) { method in class:Collections

Completed in 514 milliseconds