Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc27 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
/art/runtime/interpreter/
Dinterpreter.cc94 jint expectedValue = args[3]; in UnstartedRuntimeJni() local