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