Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/java/lang/
DObject.java282 return System.identityHashCode(this); in hashCode()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DSystemTest.java254 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()
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java42 int h1 = System.identityHashCode(o1); in test_hashCode()
43 int h2 = System.identityHashCode(o2); in test_hashCode()
DStringTest.java224 assertEquals(System.identityHashCode(programmatic), System.identityHashCode(literal)); in testInternBeforeLiteralIsLoaded()
/libcore/luni/src/main/java/java/io/
DSerializationHandleMap.java92 return (System.identityHashCode(key) & 0x7FFFFFFF) % length; in getModuloHash()
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java426 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()
/libcore/luni/src/main/java/java/util/
DIdentityHashMap.java112 return System.identityHashCode(key) in hashCode()
113 ^ System.identityHashCode(value); in hashCode()
DCollections.java3416 return secondaryHash(System.identityHashCode(key));
/libcore/luni/src/main/java/java/lang/
DSystem.java964 public static native int identityHashCode(Object anObject); in identityHashCode() method in System
/libcore/json/src/test/java/org/json/
DJSONObjectTest.java114 assertEquals(a.hashCode(), System.identityHashCode(a)); in testEqualsAndHashCode()
/libcore/benchmarks/libs/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...