Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java63 public native int getIntVolatile(java.lang.Object obj, long offset); in getIntVolatile() method in Unsafe
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java179 public native int getIntVolatile(Object obj, long offset); in getIntVolatile() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java81 public native int getIntVolatile(java.lang.Object obj, long offset); in getIntVolatile() method in Unsafe
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2282 public native int getIntVolatile(Object obj, long offset); in getIntVolatile() method in Unsafe