Searched refs:getAndSetLong (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 763 public final long getAndSetLong(Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | Unsafe.java | 260 public long getAndSetLong(java.lang.Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe
|
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicLongFieldUpdater.java | 499 return U.getAndSetLong(obj, offset, newValue); in getAndSet()
|
/libcore/ojluni/annotations/mmodule/sun/misc/ |
D | Unsafe.annotated.java | 253 public long getAndSetLong(java.lang.Object o, long offset, long newValue) { throw new RuntimeExcept… in getAndSetLong() method in Unsafe
|
/libcore/ojluni/src/main/java/jdk/internal/misc/ |
D | Unsafe.java | 3016 public final long getAndSetLong(Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe
|