Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc42 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt()
55 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong()
69 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue); in Unsafe_compareAndSwapObject() local
/art/runtime/interpreter/
Dunstarted_runtime.cc1456 int64_t expectedValue = shadow_frame->GetVRegLong(arg_offset + 4); in UnstartedUnsafeCompareAndSwapLong() local
1890 jint expectedValue = args[3]; in UnstartedJNIUnsafeCompareAndSwapInt() local