Searched refs:Unsafe (Results 1 – 13 of 13) 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;
1 Unsafe-Backward Collator Data
20 ; Unsafe access to a byval argument.
21 # 740 Unsafe cast between pointers/references to incomplete classes...
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
150 LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
1415 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath; in LowerFastFDIV() local1418 if ((Unsafe || (VT == MVT::f32 && !Subtarget->hasFP32Denormals())) && in LowerFastFDIV()1437 if (Unsafe) { in LowerFastFDIV()
3776 FastMathFlags Unsafe; in tryToReduce() local3777 Unsafe.setUnsafeAlgebra(); in tryToReduce()3778 Builder.SetFastMathFlags(Unsafe); in tryToReduce()
578 ; FIXME: Unsafe math should fold conversions away
2645 Unsafe:2668 Unsafe:
588 0x71023818 sun.misc.Unsafe park (ZJ)V Unsafe.java