Home
last modified time | relevance | path

Searched defs:newValue (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()
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/
Dinterpreter.cc95 jint newValue = args[4]; in UnstartedRuntimeJni() local
108 Object* newValue = reinterpret_cast<Object*>(args[3]); in UnstartedRuntimeJni() local