Searched refs:Unsafe (Results 1 – 19 of 19) sorted by relevance
7 …Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)Field…8 Remove usages of Unsafe in UnsignedBytes.java and use standard Java
467 private static final sun.misc.Unsafe UNSAFE;488 private static sun.misc.Unsafe getUnsafe() {490 return sun.misc.Unsafe.getUnsafe();494 (new java.security.PrivilegedExceptionAction<sun.misc.Unsafe>() {495 @Override public sun.misc.Unsafe run() throws Exception {496 Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class;
994 private static final sun.misc.Unsafe UNSAFE = getUnsafe();1630 private static sun.misc.Unsafe getUnsafe() { in getUnsafe()1631 sun.misc.Unsafe unsafe = null; in getUnsafe()1633 unsafe = AccessController.doPrivileged(new PrivilegedExceptionAction<sun.misc.Unsafe>() { in getUnsafe()1635 public sun.misc.Unsafe run() throws Exception { in getUnsafe()1636 Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; in getUnsafe()1665 private static void checkRequiredMethods(Class<sun.misc.Unsafe> clazz) in checkRequiredMethods()
62 private static final sun.misc.Unsafe UNSAFE = getUnsafe();2608 private static sun.misc.Unsafe getUnsafe() { in getUnsafe()2609 sun.misc.Unsafe unsafe = null; in getUnsafe()2611 unsafe = AccessController.doPrivileged(new PrivilegedExceptionAction<sun.misc.Unsafe>() { in getUnsafe()2613 public sun.misc.Unsafe run() throws Exception { in getUnsafe()2614 Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; in getUnsafe()
6 …Modified UnsafeFactoryInstantiator to use reflection to access Unsafe as it is not available on An…
1 Unsafe-Backward Collator Data
53 internal static class Unsafe class in Google.Protobuf.ByteString
20 ; Unsafe access to a byval argument.
23 # 740 Unsafe cast between pointers/references to incomplete classes...
47 - Added 'Unsafe' static type in ByteString to allow direct buffer access
219 17427 200 n sun.misc.Unsafe::compareAndSwapInt (0 bytes) 330 18435 270 n sun.misc.Unsafe::getInt (0 bytes)
267 --- n sun.misc.Unsafe::getInt
167 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
535 ; FIXME: Unsafe math should fold conversions away
2121 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath; in LowerFastFDIV() local2124 if ((Unsafe || (VT == MVT::f32 && !Subtarget->hasFP32Denormals())) && in LowerFastFDIV()2145 if (Unsafe || Flags->hasAllowReciprocal()) { in LowerFastFDIV()
4075 FastMathFlags Unsafe; in tryToReduce() local4076 Unsafe.setUnsafeAlgebra(); in tryToReduce()4077 Builder.setFastMathFlags(Unsafe); in tryToReduce()
44 - Additional use of `sun.misc.Unsafe` where possible to perform fast
2814 Unsafe:2837 Unsafe: