Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DClassValue.java252 final int hashCodeForCache = nextHashCode.getAndAdd(HASH_INCREMENT) & HASH_MASK; field in ClassValue
561 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()