Home
last modified time | relevance | path

Searched refs:getUnsafe (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java478 UNSAFE = getUnsafe();
488 private static sun.misc.Unsafe getUnsafe() {
490 return sun.misc.Unsafe.getUnsafe();
/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() method in Utf8.UnsafeProcessor
DCodedOutputStream.java62 private static final sun.misc.Unsafe UNSAFE = getUnsafe();
2608 private static sun.misc.Unsafe getUnsafe() { in getUnsafe() method in CodedOutputStream