Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DDirectMethodHandle.java182 static void putShortVolatile(Object base, short value, MethodHandleImpl mh) { in putShortVolatile() method in DirectMethodHandle.Holder
398 static void putShortVolatile(short value, MethodHandleImpl mh) { in putShortVolatile() method in DirectMethodHandle.Holder
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java2399 public native void putShortVolatile(Object o, long offset, short x); in putShortVolatile() method in Unsafe