Home
last modified time | relevance | path

Searched refs:getAndSetInt (Results 1 – 25 of 78) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java79 return unsafe.getAndSetInt(this, f_int_off, i); in testInt()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java120 return unsafe.getAndSetInt(this, valueOffset, newValue); in getAndSet()
H A DAtomicIntegerArray.java150 return unsafe.getAndSetInt(array, checkedByteOffset(i), newValue); in getAndSet()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java120 return unsafe.getAndSetInt(this, valueOffset, newValue); in getAndSet()
H A DAtomicIntegerArray.java150 return unsafe.getAndSetInt(array, checkedByteOffset(i), newValue); in getAndSet()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java120 return U.getAndSetInt(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestInt.java193 int o = UNSAFE.getAndSetInt(base, offset, 0x01234567); in testAccess()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java120 return U.getAndSetInt(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestInt.java193 int o = UNSAFE.getAndSetInt(base, offset, 0x01234567); in testAccess()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java120 return U.getAndSetInt(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java122 return U.getAndSetInt(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestInt.java193 int o = UNSAFE.getAndSetInt(base, offset, 0x01234567); in testAccess()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestInt.java193 int o = UNSAFE.getAndSetInt(base, offset, 0x01234567); in testAccess()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java122 return U.getAndSetInt(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestInt.java193 int o = UNSAFE.getAndSetInt(base, offset, 0x01234567); in testAccess()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicInteger.java120 return U.getAndSetInt(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestInt.java193 int o = UNSAFE.getAndSetInt(base, offset, 0x01234567); in testAccess()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestInt.java193 int o = UNSAFE.getAndSetInt(base, offset, 0x01234567); in testAccess()

1234