Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DDirectMethodHandle.java278 static char getCharVolatile(Object base, MethodHandleImpl mh) { in getCharVolatile() method in DirectMethodHandle.Holder
494 static char getCharVolatile(MethodHandleImpl mh) { in getCharVolatile() method in DirectMethodHandle.Holder
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2405 public native char getCharVolatile(Object o, long offset); in getCharVolatile() method in Unsafe