Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DClassValue.java589 cache[pos2 & mask] = ((entryDislocation(cache, pos2, e2) < PROBE_LIMIT) in probeBackupLocations()
601 private static int entryDislocation(Entry<?>[] cache, int pos, Entry<?> e) { in entryDislocation() method in ClassValue.ClassValueMap
675 int dis2 = entryDislocation(cache, i2, e2); in findReplacement()
734 int dis2 = entryDislocation(cache, home, e2); in addToCache()