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

/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java563 cache[pos2 & mask] = ((entryDislocation(cache, pos2, e2) < PROBE_LIMIT)
575 private static int entryDislocation(Entry<?>[] cache, int pos, Entry<?> e) { method in class:ClassValue.ClassValueMap
649 int dis2 = entryDislocation(cache, i2, e2);
708 int dis2 = entryDislocation(cache, home, e2);

Completed in 31 milliseconds