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

/libcore/libart/src/main/java/java/lang/
H A DObject.java283 return System.identityHashCode(this);
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldObjectTest.java42 int h1 = System.identityHashCode(o1);
43 int h2 = System.identityHashCode(o2);
H A DStringTest.java183 assertEquals(System.identityHashCode(programmatic), System.identityHashCode(literal));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DSystemTest.java246 * java.lang.System#identityHashCode(java.lang.Object)
250 // java.lang.System.identityHashCode(java.lang.Object)
254 0, System.identityHashCode(null));
256 .identityHashCode(o) == o.hashCode());
258 .identityHashCode(s) != s.hashCode());
/libcore/luni/src/main/java/java/io/
H A DSerializationHandleMap.java92 return (System.identityHashCode(key) & 0x7FFFFFFF) % length;
/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java410 this.hashCode = System.identityHashCode(task);
422 int h = System.identityHashCode(this);
482 int h = System.identityHashCode(this);
526 int h = System.identityHashCode(this);
H A DConcurrentHashMap.java1996 d = (System.identityHashCode(a) <= System.identityHashCode(b) ?
/libcore/luni/src/main/java/java/util/
H A DIdentityHashMap.java112 return System.identityHashCode(key)
113 ^ System.identityHashCode(value);
H A DCollections.java3438 return secondaryHash(System.identityHashCode(key));
/libcore/json/src/test/java/org/json/
H A DJSONObjectTest.java114 assertEquals(a.hashCode(), System.identityHashCode(a));
/libcore/luni/src/main/java/java/lang/
H A DSystem.java1049 public static native int identityHashCode(Object anObject); method in class:System
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 347 milliseconds