Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc34 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt() argument
39 expectedValue, newValue); in Unsafe_compareAndSwapInt()
44 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong() argument
49 expectedValue, newValue); in Unsafe_compareAndSwapLong()
57 mirror::Object* expectedValue = soa.Decode<mirror::Object*>(javaExpectedValue); in Unsafe_compareAndSwapObject() local
72 expectedValue, newValue); in Unsafe_compareAndSwapObject()
/art/runtime/interpreter/
Dunstarted_runtime.cc1181 int64_t expectedValue = shadow_frame->GetVRegLong(arg_offset + 4); in UnstartedUnsafeCompareAndSwapLong() local
1200 expectedValue, in UnstartedUnsafeCompareAndSwapLong()
1204 expectedValue, in UnstartedUnsafeCompareAndSwapLong()
1594 jint expectedValue = args[3]; in UnstartedJNIUnsafeCompareAndSwapInt() local
1599 expectedValue, newValue); in UnstartedJNIUnsafeCompareAndSwapInt()
1602 expectedValue, newValue); in UnstartedJNIUnsafeCompareAndSwapInt()