Home
last modified time | relevance | path

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

/art/runtime/native/
Djdk_internal_misc_Unsafe.cc56 jint expectedValue, jint newValue) { in Unsafe_compareAndSetInt()
69 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt()
77 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSetLong()
88 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong()
103 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue); in Unsafe_compareAndSetReference() local
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.cc1537 int64_t expectedValue = shadow_frame->GetVRegLong(arg_offset + 4); in UnstartedJdkUnsafeCompareAndSwapLong() local
2072 jint expectedValue = args[3]; in UnstartedJNIJdkUnsafeCompareAndSwapInt() local