Home
last modified time | relevance | path

Searched refs:theUnsafe (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java287 @UnsupportedAppUsage private static final sun.misc.Unsafe theUnsafe; field in Unsafe
290 theUnsafe = null;
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java46 private static final Unsafe theUnsafe = THE_ONE; field in Unsafe