Searched defs:newValue (Results 1 – 2 of 2) sorted by relevance
/art/runtime/native/ |
D | sun_misc_Unsafe.cc | 27 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt() 37 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong() 51 mirror::Object* newValue = soa.Decode<mirror::Object*>(javaNewValue); in Unsafe_compareAndSwapObject() local 70 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt() 78 jint newValue) { in Unsafe_putIntVolatile() 86 jint newValue) { in Unsafe_putOrderedInt() 106 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong() 114 jlong newValue) { in Unsafe_putLongVolatile() 122 jlong newValue) { in Unsafe_putOrderedLong() 148 mirror::Object* newValue = soa.Decode<mirror::Object*>(javaNewValue); in Unsafe_putObject() local [all …]
|
/art/runtime/interpreter/ |
D | interpreter.cc | 95 jint newValue = args[4]; in UnstartedRuntimeJni() local 108 Object* newValue = reinterpret_cast<Object*>(args[3]); in UnstartedRuntimeJni() local
|