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

/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java100 // non-racing this.hashCodeForCache : final int
249 final int hashCodeForCache = nextHashCode.getAndAdd(HASH_INCREMENT) & HASH_MASK; field in class:ClassValue
251 /** Value stream for hashCodeForCache. See similar structure in ThreadLocal. */
535 return classValue.castEntry(loadFromCache(cache, classValue.hashCodeForCache));
543 int home = (classValue.hashCodeForCache & mask);
579 return (pos - cv.hashCodeForCache) & mask;
681 removeStaleEntries(getCache(), classValue.hashCodeForCache, PROBE_LIMIT);
703 int home = classValue.hashCodeForCache & mask;

Completed in 31 milliseconds