Searched refs:hashCodeForCache (Results 1 – 1 of 1) sorted by relevance
252 final int hashCodeForCache = nextHashCode.getAndAdd(HASH_INCREMENT) & HASH_MASK; field in ClassValue561 return classValue.castEntry(loadFromCache(cache, classValue.hashCodeForCache)); in probeHomeLocation()569 int home = (classValue.hashCodeForCache & mask); in probeBackupLocations()605 return (pos - cv.hashCodeForCache) & mask; in entryDislocation()707 removeStaleEntries(getCache(), classValue.hashCodeForCache, PROBE_LIMIT); in removeStaleEntries()729 int home = classValue.hashCodeForCache & mask; in addToCache()