Searched defs:newval (Results 1 - 2 of 2) sorted by relevance

/art/test/MyClassNatives/
H A DMyClassNatives.java61 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval); argument
195 native boolean compareAndSwapInt_Fast(Object obj, long offset, int expected, int newval); argument
/art/compiler/jni/
H A Djni_compiler_test.cc1278 jboolean my_casi(JNIEnv* env, jobject unsafe, jobject obj, jlong offset, jint expected, jint newval) { argument
1283 EXPECT_EQ(static_cast<jint>(0xEBADF00D), newval);

Completed in 12 milliseconds