Searched refs:newval (Results 1 – 2 of 2) sorted by relevance
/art/test/MyClassNatives/ |
D | MyClassNatives.java | 94 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval); in compareAndSwapInt() argument 268 native boolean compareAndSwapInt_Fast(Object obj, long offset, int expected, int newval); in compareAndSwapInt_Fast() argument
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 1476 jboolean my_casi(JNIEnv* env, jobject unsafe, jobject obj, jlong offset, jint expected, jint newval… in JNI_TEST() 1481 EXPECT_EQ(static_cast<jint>(0xEBADF00D), newval); in JNI_TEST()
|