Home
last modified time | relevance | path

Searched refs:getAndSetLong (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.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileGAS.java88 return unsafe.getAndSetLong(this, f_long_off, i); in testLong()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicLong.java134 return unsafe.getAndSetLong(this, valueOffset, newValue); in getAndSet()
H A DAtomicLongArray.java149 return unsafe.getAndSetLong(array, checkedByteOffset(i), newValue); in getAndSet()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicLong.java134 return unsafe.getAndSetLong(this, valueOffset, newValue); in getAndSet()
H A DAtomicLongArray.java149 return unsafe.getAndSetLong(array, checkedByteOffset(i), newValue); in getAndSet()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestLong.java193 long o = UNSAFE.getAndSetLong(base, offset, 0x0123456789ABCDEFL); in testAccess()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicLong.java135 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestLong.java193 long o = UNSAFE.getAndSetLong(base, offset, 0x0123456789ABCDEFL); in testAccess()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicLong.java135 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicLong.java135 return U.getAndSetLong(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 DAtomicLong.java137 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestLong.java193 long o = UNSAFE.getAndSetLong(base, offset, 0x0123456789ABCDEFL); in testAccess()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestLong.java193 long o = UNSAFE.getAndSetLong(base, offset, 0x0123456789ABCDEFL); in testAccess()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicLong.java137 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestLong.java193 long o = UNSAFE.getAndSetLong(base, offset, 0x0123456789ABCDEFL); in testAccess()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/atomic/
H A DAtomicLong.java135 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestLong.java193 long o = UNSAFE.getAndSetLong(base, offset, 0x0123456789ABCDEFL); in testAccess()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DSunMiscUnsafeAccessTestLong.java193 long o = UNSAFE.getAndSetLong(base, offset, 0x0123456789ABCDEFL); in testAccess()

1234