Home
last modified time | relevance | path

Searched refs:getAndSetLong (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicLong.java137 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
DAtomicLongArray.java150 return U.getAndSetLong(array, checkedByteOffset(i), newValue); in getAndSet()
DAtomicLongFieldUpdater.java480 return U.getAndSetLong(obj, offset, newValue); in getAndSet()
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java517 public final long getAndSetLong(Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java260 public long getAndSetLong(java.lang.Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe