Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 – 5 of 5) sorted by relevance

/art/test/004-UnsafeTest/src/
DMain.java65 Unsafe unsafe = getUnsafe(); in main() local
74 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()
/art/test/555-UnsafeGetLong-regression/src/
DMain.java36 Unsafe unsafe = getUnsafe(); in main() local
41 public static void testUnsafeGetLong(Unsafe unsafe) throws Exception { in testUnsafeGetLong()
/art/test/528-long-hint/src/
DMain.java27 Unsafe unsafe = getUnsafe(); in main() local
/art/test/004-checker-UnsafeTest18/src/
DMain.java30 private static final Unsafe unsafe = getUnsafe(); field in Main
/art/test/160-read-barrier-stress/src/
DMain.java182 Unsafe unsafe = getUnsafe(); in testUnsafeGet() local
219 Unsafe unsafe = getUnsafe(); in testUnsafeCas() local
255 Unsafe unsafe = getUnsafe(); in testUnsafeCasRegression() local