Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DDirectMethodHandle.java302 static int getIntVolatile(Object base, MethodHandleImpl mh) { in getIntVolatile() method in DirectMethodHandle.Holder
518 static int getIntVolatile(MethodHandleImpl mh) { in getIntVolatile() method in DirectMethodHandle.Holder
/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/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/sun/misc/
DUnsafe.java179 public native int getIntVolatile(Object obj, long offset); in getIntVolatile() method in Unsafe
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2350 public native int getIntVolatile(Object obj, long offset); in getIntVolatile() method in Unsafe