Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DDirectMethodHandle.java254 static boolean getBooleanVolatile(Object base, MethodHandleImpl mh) { in getBooleanVolatile() method in DirectMethodHandle.Holder
470 static boolean getBooleanVolatile(MethodHandleImpl mh) { in getBooleanVolatile() method in DirectMethodHandle.Holder
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2369 public native boolean getBooleanVolatile(Object o, long offset); in getBooleanVolatile() method in Unsafe