Home
last modified time | relevance | path

Searched refs:weakCompareAndSetShortRelease (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1531 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1615 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2439 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2727 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
2996 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3027 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3058 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1533 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1617 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2441 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2729 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
2998 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3029 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3060 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1531 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1615 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2439 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2727 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
2996 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3027 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3058 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1665 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1749 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2573 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2861 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
3130 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3161 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3192 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1637 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1721 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2545 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2833 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
3102 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3133 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3164 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1533 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1617 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2441 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2729 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
2998 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3029 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3060 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1664 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1748 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2572 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2860 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
3129 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3160 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3191 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1649 public final boolean weakCompareAndSetShortRelease(Object o, long offset, in weakCompareAndSetShortRelease() method in Unsafe
1733 return weakCompareAndSetShortRelease(o, offset, c2s(expected), c2s(x)); in weakCompareAndSetCharRelease()
2557 } while (!weakCompareAndSetShortRelease(o, offset, v, (short) (v + delta))); in getAndAddShortRelease()
2845 } while (!weakCompareAndSetShortRelease(o, offset, v, newValue)); in getAndSetShortRelease()
3114 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseOrShortRelease()
3145 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseAndShortRelease()
3176 } while (!weakCompareAndSetShortRelease(o, offset, in getAndBitwiseXorShortRelease()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestShort.java280 … success = UNSAFE.weakCompareAndSetShortRelease(base, offset, (short)0x0123, (short)0x4567); in testAccess()