Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc29 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt() argument
34 expectedValue, newValue); in Unsafe_compareAndSwapInt()
39 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong() argument
44 expectedValue, newValue); in Unsafe_compareAndSwapLong()
52 mirror::Object* expectedValue = soa.Decode<mirror::Object*>(javaExpectedValue); in Unsafe_compareAndSwapObject() local
56 expectedValue, newValue); in Unsafe_compareAndSwapObject()
/art/runtime/interpreter/
Dunstarted_runtime.cc1011 jint expectedValue = args[3]; in UnstartedJNIUnsafeCompareAndSwapInt() local
1016 expectedValue, newValue); in UnstartedJNIUnsafeCompareAndSwapInt()
1019 expectedValue, newValue); in UnstartedJNIUnsafeCompareAndSwapInt()