Home
last modified time | relevance | path

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

/aosp12/art/test/004-UnsafeTest/src/
H A DMain.java70 testGetAndPutVolatile(unsafe); in main()
215 private static void testGetAndPutVolatile(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutVolatile() method in Main