Home
last modified time | relevance | path

Searched refs:putIntVolatile (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DCancellable.java50 unsafe.putIntVolatile(null, pollingAddress, 0); in Cancellable()
77 unsafe.putIntVolatile(null, pollingAddress, cancelValue()); in cancel()
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2295 public native void putIntVolatile(Object obj, long offset, int newValue); in putIntVolatile() method in Unsafe
2493 putIntVolatile(o, offset, x); in putIntRelease()
2627 putIntVolatile(o, offset, x); in putIntOpaque()
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java190 public native void putIntVolatile(Object obj, long offset, int newValue); in putIntVolatile() method in Unsafe
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicIntegerFieldUpdater.java518 U.putIntVolatile(obj, offset, newValue); in set()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java84 public native void putIntVolatile(java.lang.Object obj, long offset, int newValue); in putIntVolatile() method in Unsafe
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java66 public native void putIntVolatile(java.lang.Object obj, long offset, int newValue); in putIntVolatile() method in Unsafe
/libcore/ojluni/src/main/java/java/io/
DFile.java2174 UNSAFE.putIntVolatile(this, PREFIX_LENGTH_OFFSET, fs.prefixLength(path)); in readObject()
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java4931 unsafe.putIntVolatile(bi, signumOffset, sign);
DBigDecimal.java4299 unsafe.putIntVolatile(bd, scaleOffset, scale);