Searched refs:expectedValue (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | jdk_internal_misc_Unsafe.cc | 56 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()
|
D | sun_misc_Unsafe.cc | 42 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/ |
D | unstarted_runtime.cc | 1596 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()
|