Home
last modified time | relevance | path

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

/art/test/004-UnsafeTest/src/
DMain.java69 testGetAndPutAndCAS(unsafe); in main()
112 private static void testGetAndPutAndCAS(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutAndCAS() method in Main