Searched defs:expectedValue (Results 1 – 2 of 2) sorted by relevance
27 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt()37 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong()50 mirror::Object* expectedValue = soa.Decode<mirror::Object*>(javaExpectedValue); in Unsafe_compareAndSwapObject() local
94 jint expectedValue = args[3]; in UnstartedRuntimeJni() local