Searched defs:unsafe (Results 1 – 11 of 11) sorted by relevance
| /art/test/004-UnsafeTest/src/ |
| D | Main.java | 65 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() 223 private static void testGetAndPutVolatile(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutVolatile() 263 private static void testGetAndPutAbsoluteAddress(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutAbsoluteAddress() 284 private static void testCopyMemoryPrimitiveArrays(Unsafe unsafe) { in testCopyMemoryPrimitiveArrays()
|
| /art/test/2236-JdkUnsafeGetLong-regression/src/ |
| D | Main.java | 35 Unsafe unsafe = getUnsafe(); in main() local 40 public static void testUnsafeGetLong(Unsafe unsafe) throws Exception { in testUnsafeGetLong()
|
| /art/test/555-UnsafeGetLong-regression/src/ |
| D | Main.java | 36 Unsafe unsafe = getUnsafe(); in main() local 41 public static void testUnsafeGetLong(Unsafe unsafe) throws Exception { in testUnsafeGetLong()
|
| /art/test/2235-JdkUnsafeTest/src/ |
| D | Main.java | 98 Unsafe unsafe = getUnsafe(); in main() local 109 private static void testArrayBaseOffset(Unsafe unsafe) { in testArrayBaseOffset() 128 private static void testArrayIndexScale(Unsafe unsafe) { in testArrayIndexScale() 147 private static void testGetAndPutAndCAS(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutAndCAS() 250 private static void testCompareAndSet(Unsafe unsafe) throws NoSuchFieldException { in testCompareAndSet() 361 private static void testGetAndPutVolatile(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutVolatile() 473 private static void testGetAcquireAndPutRelease(Unsafe unsafe) throws NoSuchFieldException { in testGetAcquireAndPutRelease() 513 private static void testCopyMemory(Unsafe unsafe) { in testCopyMemory()
|
| /art/test/183-rmw-stress-test/src/ |
| D | Main.java | 208 final Unsafe unsafe = getUnsafe(); in $noinline$testUnsafeInts() local 249 final Unsafe unsafe = getUnsafe(); in $noinline$testUnsafeLongs() local 295 final Unsafe unsafe = getUnsafe(); in $noinline$testUnsafeReferences() local 476 Unsafe unsafe, Object obj, long offset, Object expected, Object new_value); in compareAndSwapObject()
|
| /art/test/528-long-hint/src/ |
| D | Main.java | 27 Unsafe unsafe = getUnsafe(); in main() local
|
| /art/test/858-checker-unsafe/src/ |
| D | Main.java | 28 private static Unsafe unsafe; field in Main
|
| /art/test/004-checker-UnsafeTest18/src/ |
| D | Main.java | 30 private static final Unsafe unsafe = getUnsafe(); field in Main
|
| /art/runtime/native/ |
| D | sun_misc_Unsafe.cc | 313 JNIEnv* env, [[maybe_unused]] jobject unsafe, jlong src, jlong dst, jlong size) { in Unsafe_copyMemory() 355 [[maybe_unused]] jobject unsafe, in Unsafe_copyMemoryToPrimitiveArray() 390 [[maybe_unused]] jobject unsafe, in Unsafe_copyMemoryFromPrimitiveArray()
|
| D | jdk_internal_misc_Unsafe.cc | 369 [[maybe_unused]] jobject unsafe, in Unsafe_copyMemory0()
|
| /art/test/160-read-barrier-stress/src/ |
| D | Main.java | 189 Unsafe unsafe = getUnsafe(); in $noinline$testUnsafeGet() local 226 Unsafe unsafe = getUnsafe(); in $noinline$testUnsafeCas() local 270 Unsafe unsafe = getUnsafe(); in $noinline$testUnsafeCasRegression() local
|