Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DDirectMethodHandle.java314 static long getLongVolatile(Object base, MethodHandleImpl mh) { in getLongVolatile() method in DirectMethodHandle.Holder
530 static long getLongVolatile(MethodHandleImpl mh) { in getLongVolatile() method in DirectMethodHandle.Holder
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java69 public native long getLongVolatile(java.lang.Object obj, long offset); in getLongVolatile() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java87 public native long getLongVolatile(java.lang.Object obj, long offset); in getLongVolatile() method in Unsafe
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java201 public native long getLongVolatile(Object obj, long offset); in getLongVolatile() method in Unsafe
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2424 public native long getLongVolatile(Object obj, long offset); in getLongVolatile() method in Unsafe