Home
last modified time | relevance | path

Searched refs:Unsafe (Results 1 – 19 of 19) sorted by relevance

/external/guava/
DREADME.android7 …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
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java467 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;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java994 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()
DCodedOutputStream.java62 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()
/external/objenesis/
DREADME.version6 …Modified UnsafeFactoryInstantiator to use reflection to access Unsafe as it is not available on An…
/external/icu/icu4c/source/tools/gencolusb/
DREADME.md1 Unsafe-Backward Collator Data
/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs53 internal static class Unsafe class in Google.Protobuf.ByteString
/external/llvm/test/Transforms/SafeStack/
Dbyval.ll20 ; Unsafe access to a byval argument.
/external/icu/icu4c/source/config/
Dmh-hpux-acc23 # 740 Unsafe cast between pointers/references to incomplete classes...
/external/protobuf/csharp/
DCHANGES.txt47 - Added 'Unsafe' static type in ByteString to allow direct buffer access
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-compilation.txt219 17427 200 n sun.misc.Unsafe::compareAndSwapInt (0 bytes)
330 18435 270 n sun.misc.Unsafe::getInt (0 bytes)
Djdk6-compilation.txt267 --- n sun.misc.Unsafe::getInt
/external/clang/include/clang/Basic/
DLangOptions.def167 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
/external/llvm/test/CodeGen/AMDGPU/
Dhalf.ll535 ; FIXME: Unsafe math should fold conversions away
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2121 bool Unsafe = DAG.getTarget().Options.UnsafeFPMath; in LowerFastFDIV() local
2124 if ((Unsafe || (VT == MVT::f32 && !Subtarget->hasFP32Denormals())) && in LowerFastFDIV()
2145 if (Unsafe || Flags->hasAllowReciprocal()) { in LowerFastFDIV()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4075 FastMathFlags Unsafe; in tryToReduce() local
4076 Unsafe.setUnsafeAlgebra(); in tryToReduce()
4077 Builder.setFastMathFlags(Unsafe); in tryToReduce()
/external/protobuf/
DCHANGES.txt44 - Additional use of `sun.misc.Unsafe` where possible to perform fast
/external/protobuf/util/
DCHANGES.txt44 - Additional use of `sun.misc.Unsafe` where possible to perform fast
/external/llvm/docs/
DLangRef.rst2814 Unsafe:
2837 Unsafe: