Home
last modified time | relevance | path

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

/art/test/MyClassNatives/
DMyClassNatives.java94 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/
Djni_compiler_test.cc1476 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()