Searched defs:unsafe (Results 1 – 7 of 7) sorted by relevance
65 Unsafe unsafe = getUnsafe(); in main() local74 private static void testArrayBaseOffset(Unsafe unsafe) { in testArrayBaseOffset()93 private static void testArrayIndexScale(Unsafe unsafe) { in testArrayIndexScale()112 private static void testGetAndPutAndCAS(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutAndCAS()215 private static void testGetAndPutVolatile(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutVolatile()256 private static void testCopyMemoryPrimitiveArrays(Unsafe unsafe) { in testCopyMemoryPrimitiveArrays()
36 Unsafe unsafe = getUnsafe(); in main() local41 public static void testUnsafeGetLong(Unsafe unsafe) throws Exception { in testUnsafeGetLong()
35 Unsafe unsafe = getUnsafe(); in main() local40 public static void testUnsafeGetLong(Unsafe unsafe) throws Exception { in testUnsafeGetLong()
70 Unsafe unsafe = getUnsafe(); in main() local81 private static void testArrayBaseOffset(Unsafe unsafe) { in testArrayBaseOffset()100 private static void testArrayIndexScale(Unsafe unsafe) { in testArrayIndexScale()119 private static void testGetAndPutAndCAS(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutAndCAS()222 private static void testCompareAndSet(Unsafe unsafe) throws NoSuchFieldException { in testCompareAndSet()308 private static void testGetAndPutVolatile(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutVolatile()348 private static void testGetAcquireAndPutRelease(Unsafe unsafe) throws NoSuchFieldException { in testGetAcquireAndPutRelease()388 private static void testCopyMemory(Unsafe unsafe) { in testCopyMemory()
27 Unsafe unsafe = getUnsafe(); in main() local
30 private static final Unsafe unsafe = getUnsafe(); field in Main
189 Unsafe unsafe = getUnsafe(); in testUnsafeGet() local226 Unsafe unsafe = getUnsafe(); in testUnsafeCas() local262 Unsafe unsafe = getUnsafe(); in testUnsafeCasRegression() local