Home
last modified time | relevance | path

Searched refs:putIntVolatile (Results 1 – 6 of 6) 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/java/util/concurrent/atomic/
DAtomicIntegerArray.java128 U.putIntVolatile(array, checkedByteOffset(i), newValue); in set()
DAtomicIntegerFieldUpdater.java490 U.putIntVolatile(obj, offset, newValue); in set()
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java189 public native void putIntVolatile(Object obj, long offset, int newValue); in putIntVolatile() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java83 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.java2169 UNSAFE.putIntVolatile(this, PREFIX_LENGTH_OFFSET, fs.prefixLength(path)); in readObject()