Home
last modified time | relevance | path

Searched defs:getAndSetInt (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java250 public int getAndSetInt(java.lang.Object o, long offset, int newValue) { throw new RuntimeException… in getAndSetInt() method in Unsafe
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java743 public final int getAndSetInt(Object o, long offset, int newValue) { in getAndSetInt() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java255 public int getAndSetInt(java.lang.Object o, long offset, int newValue) { in getAndSetInt() method in Unsafe
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2974 public final int getAndSetInt(Object o, long offset, int newValue) { in getAndSetInt() method in Unsafe