Home
last modified time | relevance | path

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

/art/runtime/native/
Djdk_internal_misc_Unsafe.cc56 jint expectedValue, jint newValue) { in Unsafe_compareAndSetInt() argument
61 expectedValue, in Unsafe_compareAndSetInt()
69 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt() argument
73 return Unsafe_compareAndSetInt(env, obj, javaObj, offset, expectedValue, newValue); in Unsafe_compareAndSwapInt()
77 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSetLong() argument
82 expectedValue, in Unsafe_compareAndSetLong()
88 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong() argument
92 return Unsafe_compareAndSetLong(env, obj, javaObj, offset, expectedValue, newValue); in Unsafe_compareAndSwapLong()
103 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue); in Unsafe_compareAndSetReference() local
120 expectedValue, in Unsafe_compareAndSetReference()
Dsun_misc_Unsafe.cc42 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt() argument
47 expectedValue, in Unsafe_compareAndSwapInt()
55 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong() argument
60 expectedValue, in Unsafe_compareAndSwapLong()
69 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue); in Unsafe_compareAndSwapObject() local
86 expectedValue, in Unsafe_compareAndSwapObject()
/art/runtime/interpreter/
Dunstarted_runtime.cc1596 int64_t expectedValue = shadow_frame->GetVRegLong(arg_offset + 4); in UnstartedJdkUnsafeCompareAndSwapLong() local
1607 expectedValue, in UnstartedJdkUnsafeCompareAndSwapLong()
1611 expectedValue, in UnstartedJdkUnsafeCompareAndSwapLong()
2169 jint expectedValue = args[3]; in UnstartedJNIJdkUnsafeCompareAndSwapInt() local
2179 expectedValue, in UnstartedJNIJdkUnsafeCompareAndSwapInt()
2185 expectedValue, in UnstartedJNIJdkUnsafeCompareAndSwapInt()