Searched refs:Unsafe (Results 1 – 7 of 7) sorted by relevance
469 private static final sun.misc.Unsafe UNSAFE;490 private static sun.misc.Unsafe getUnsafe() {492 return sun.misc.Unsafe.getUnsafe();496 (new java.security.PrivilegedExceptionAction<sun.misc.Unsafe>() {497 @Override public sun.misc.Unsafe run() throws Exception {498 Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class;
7 Commented out use of the non-public sun.misc.Unsafe
21 # 740 Unsafe cast between pointers/references to incomplete classes...
1048 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath; in LowerFastFDIV() local1051 if ((Unsafe || (VT == MVT::f32 && !Subtarget->hasFP32Denormals())) && in LowerFastFDIV()1070 if (Unsafe) { in LowerFastFDIV()
3646 FastMathFlags Unsafe; in tryToReduce() local3647 Unsafe.setUnsafeAlgebra(); in tryToReduce()3648 Builder.SetFastMathFlags(Unsafe); in tryToReduce()
2426 Unsafe:2449 Unsafe:
588 0x71023818 sun.misc.Unsafe park (ZJ)V Unsafe.java