Home
last modified time | relevance | path

Searched refs:weakCompareAndSetByte (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
H A DJdkInternalMiscUnsafeAccessTestByte.java272 success = UNSAFE.weakCompareAndSetByte(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 DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/unsafe/
H A DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/unsafe/
H A DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/unsafe/
H A DCASandCAEwithNegExpected.java134 if (unsafe.weakCompareAndSetByte(this, f_byte_off, (byte)-1, (byte)42) && f_byte != 42) { in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestUnsafeVolatileWeakCAS.java132 return unsafe.weakCompareAndSetByte(this, f_byte_off, x, i); in testByte()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1442 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1452 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1459 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1466 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1706 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2403 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2676 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2846 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
2877 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
2908 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1444 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1454 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1461 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1468 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1708 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2405 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2678 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2848 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
2879 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
2910 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1442 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1452 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1459 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1466 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1706 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2403 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2676 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2846 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
2877 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
2908 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1576 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1586 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1593 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1600 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1840 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2537 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2810 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2980 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
3011 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
3042 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1548 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1558 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1565 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1572 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1812 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2509 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2782 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2952 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
2983 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
3014 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1444 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1454 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1461 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1468 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1708 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2405 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2678 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2848 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
2879 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
2910 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1575 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1585 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1592 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1599 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1839 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2536 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2809 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2979 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
3010 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
3041 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/misc/
H A DUnsafe.java1560 public final boolean weakCompareAndSetByte(Object o, long offset, in weakCompareAndSetByte() method in Unsafe
1570 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteAcquire()
1577 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetByteRelease()
1584 return weakCompareAndSetByte(o, offset, expected, x); in weakCompareAndSetBytePlain()
1824 return weakCompareAndSetByte(o, offset, bool2byte(expected), bool2byte(x)); in weakCompareAndSetBoolean()
2521 } while (!weakCompareAndSetByte(o, offset, v, (byte) (v + delta))); in getAndAddByte()
2794 } while (!weakCompareAndSetByte(o, offset, v, newValue)); in getAndSetByte()
2964 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseOrByte()
2995 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseAndByte()
3026 } while (!weakCompareAndSetByte(o, offset, in getAndBitwiseXorByte()

12