Home
last modified time | relevance | path

Searched defs:putIntVolatile (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java84 public native void putIntVolatile(java.lang.Object obj, long offset, int newValue); in putIntVolatile() method in Unsafe
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java189 public native void putIntVolatile(Object obj, long offset, int newValue); in putIntVolatile() method in Unsafe