Home
last modified time | relevance | path

Searched defs:identityHashCode (Results 1 – 25 of 124) sorted by path

12345

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/lang/
H A DSystem.java314 public static int identityHashCode(Object o) in identityHashCode() method in System
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/lang/management/
H A DLockInfo.java64 private int identityHashCode; field in LockInfo
75 public LockInfo(String className, int identityHashCode) in LockInfo()
H A DMonitorInfo.java84 public MonitorInfo(String className, int identityHashCode, int stackDepth, in MonitorInfo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/vm/reference/java/lang/
H A DVMSystem.java98 static native int identityHashCode(Object o); in identityHashCode() method in VMSystem
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DSystem.java268 public static native int identityHashCode(Object o); in identityHashCode() method in System
H A DnatSystem.cc134 java::lang::System::identityHashCode (jobject obj) in identityHashCode() function in java::lang::System
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/management/
H A DLockInfo.h21 jint identityHashCode; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/lang/
H A DSystem.java314 public static int identityHashCode(Object o) in identityHashCode() method in System
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/lang/management/
H A DLockInfo.java64 private int identityHashCode; field in LockInfo
75 public LockInfo(String className, int identityHashCode) in LockInfo()
H A DMonitorInfo.java84 public MonitorInfo(String className, int identityHashCode, int stackDepth, in MonitorInfo()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/vm/reference/java/lang/
H A DVMSystem.java98 static native int identityHashCode(Object o); in identityHashCode() method in VMSystem
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/
H A DSystem.java268 public static native int identityHashCode(Object o); in identityHashCode() method in System
H A DnatSystem.cc134 java::lang::System::identityHashCode (jobject obj) in identityHashCode() function in java::lang::System
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/management/
H A DLockInfo.h21 jint identityHashCode; variable
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/
H A DSystem.java304 public static native int identityHashCode(Object o); in identityHashCode() method in System
H A DnatSystem.cc128 java::lang::System::identityHashCode (jobject obj) in identityHashCode() function in java::lang::System
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/
H A DSystem.java304 public static native int identityHashCode(Object o); in identityHashCode() method in System
H A DnatSystem.cc128 java::lang::System::identityHashCode (jobject obj) in identityHashCode() function in java::lang::System
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DReferenceBinding.java1172 final int identityHashCode() { in identityHashCode() method in ReferenceBinding
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DSystem.java552 public static native int identityHashCode(Object x); in identityHashCode() method in System
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/java/lang/management/
H A DLockInfo.java59 private int identityHashCode; field in LockInfo
68 public LockInfo(String className, int identityHashCode) { in LockInfo()
H A DMonitorInfo.java63 int identityHashCode, in MonitorInfo()
151 int identityHashCode = MonitorInfoCompositeData.getIdentityHashCode(cd); in from() local
H A DThreadInfo.java174 int identityHashCode = System.identityHashCode(lock); in ThreadInfo() local
194 int identityHashCode = System.identityHashCode(lock); in ThreadInfo() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/sun/management/
H A DLockInfoCompositeData.java106 int identityHashCode = getInt(cd, IDENTITY_HASH_CODE); in toLockInfo() local
H A DThreadInfoCompositeData.java280 int identityHashCode = Integer.parseInt(result[1], 16); in lockInfo() local

12345