Searched refs:getBooleanVolatile (Results 1 – 2 of 2) sorted by relevance
254 static boolean getBooleanVolatile(Object base, MethodHandleImpl mh) { in getBooleanVolatile() method in DirectMethodHandle.Holder257 return UNSAFE.getBooleanVolatile(base, offset); in getBooleanVolatile()470 static boolean getBooleanVolatile(MethodHandleImpl mh) { in getBooleanVolatile() method in DirectMethodHandle.Holder473 return UNSAFE.getBooleanVolatile(base, offset); in getBooleanVolatile()
2369 public native boolean getBooleanVolatile(Object o, long offset); in getBooleanVolatile() method in Unsafe