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

/art/runtime/native/
H A Dsun_misc_Unsafe.cc40 jint expectedValue, jint newValue) {
45 expectedValue,
51 jlong expectedValue, jlong newValue) {
56 expectedValue,
65 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue); local
82 expectedValue,
39 Unsafe_compareAndSwapInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint expectedValue, jint newValue) argument
50 Unsafe_compareAndSwapLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong expectedValue, jlong newValue) argument
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1442 int64_t expectedValue = shadow_frame->GetVRegLong(arg_offset + 4); local
1448 expectedValue,
1452 expectedValue,
1855 jint expectedValue = args[3]; local
1860 expectedValue, newValue);
1863 expectedValue, newValue);

Completed in 66 milliseconds