Searched refs:putLongVolatile (Results 1 - 3 of 3) sorted by relevance

/libcore/libart/src/main/java/sun/misc/
H A DUnsafe.java187 public native void putLongVolatile(Object obj, long offset, long newValue); method in class:Unsafe
/libcore/luni/src/main/java/java/util/concurrent/atomic/
H A DAtomicLongArray.java95 unsafe.putLongVolatile(array, checkedByteOffset(i), newValue);
H A DAtomicLongFieldUpdater.java304 unsafe.putLongVolatile(obj, offset, newValue);

Completed in 58 milliseconds