Searched refs:identityHashCode (Results 1 – 11 of 11) sorted by relevance
282 return System.identityHashCode(this); in hashCode()
254 0, System.identityHashCode(null)); in test_identityHashCodeLjava_lang_Object()256 .identityHashCode(o) == o.hashCode()); in test_identityHashCodeLjava_lang_Object()258 .identityHashCode(s) != s.hashCode()); in test_identityHashCodeLjava_lang_Object()
42 int h1 = System.identityHashCode(o1); in test_hashCode()43 int h2 = System.identityHashCode(o2); in test_hashCode()
224 assertEquals(System.identityHashCode(programmatic), System.identityHashCode(literal)); in testInternBeforeLiteralIsLoaded()
92 return (System.identityHashCode(key) & 0x7FFFFFFF) % length; in getModuloHash()
426 int h = System.identityHashCode(this); in recordExceptionalCompletion()486 int h = System.identityHashCode(this); in clearExceptionalCompletion()530 int h = System.identityHashCode(this); in getThrowableException()578 int i = System.identityHashCode(key) & (t.length - 1); in expungeStaleExceptions()
112 return System.identityHashCode(key) in hashCode()113 ^ System.identityHashCode(value); in hashCode()
3416 return secondaryHash(System.identityHashCode(key));
964 public static native int identityHashCode(Object anObject); in identityHashCode() method in System
114 assertEquals(a.hashCode(), System.identityHashCode(a)); in testEqualsAndHashCode()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...