Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DJdkInternalMiscUnsafeAccessTestByte.java252 success = UNSAFE.weakCompareAndSetByteAcquire(base, offset, (byte)0x23, (byte)0x01); in testAccess()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1449 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1713 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2421 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2694 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
2867 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
2898 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
2929 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1451 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1715 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2423 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2696 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
2869 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
2900 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
2931 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1449 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1713 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2421 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2694 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
2867 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
2898 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
2929 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1583 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1847 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2555 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2828 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
3001 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
3032 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
3063 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1555 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1819 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2527 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2800 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
2973 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
3004 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
3035 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1451 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1715 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2423 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2696 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
2869 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
2900 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
2931 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1582 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1846 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2554 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2827 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
3000 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
3031 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
3062 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1567 public final boolean weakCompareAndSetByteAcquire(Object o, long offset, in weakCompareAndSetByteAcquire() method in Unsafe
1831 return weakCompareAndSetByteAcquire(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBooleanAcquire()
2539 } while (!weakCompareAndSetByteAcquire(o, offset, v, (byte) (v + delta))); in getAndAddByteAcquire()
2812 } while (!weakCompareAndSetByteAcquire(o, offset, v, newValue)); in getAndSetByteAcquire()
2985 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseOrByteAcquire()
3016 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseAndByteAcquire()
3047 } while (!weakCompareAndSetByteAcquire(o, offset, in getAndBitwiseXorByteAcquire()