Home
last modified time | relevance | path

Searched refs:javaExpectedValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/native/
H A Djdk_internal_misc_Unsafe.cc108 jobject javaExpectedValue, in Unsafe_compareAndSetReference() argument
112 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue); in Unsafe_compareAndSetReference()
137 jobject javaExpectedValue, jobject javaNewValue) { in Unsafe_compareAndSwapObject() argument
141 return Unsafe_compareAndSetReference(env, obj, javaObj, offset, javaExpectedValue, javaNewValue); in Unsafe_compareAndSwapObject()
H A Dsun_misc_Unsafe.cc66 jobject javaExpectedValue, jobject javaNewValue) { in Unsafe_compareAndSwapObject() argument
69 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue); in Unsafe_compareAndSwapObject()