Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc29 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt()
39 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong()
53 mirror::Object* newValue = soa.Decode<mirror::Object*>(javaNewValue); in Unsafe_compareAndSwapObject() local
72 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
80 jint newValue) { in Unsafe_putIntVolatile()
88 jint newValue) { in Unsafe_putOrderedInt()
108 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong()
116 jlong newValue) { in Unsafe_putLongVolatile()
124 jlong newValue) { in Unsafe_putOrderedLong()
150 mirror::Object* newValue = soa.Decode<mirror::Object*>(javaNewValue); in Unsafe_putObject() local
[all …]
/art/runtime/interpreter/
Dunstarted_runtime.cc1012 jint newValue = args[4]; in UnstartedJNIUnsafeCompareAndSwapInt() local
1029 mirror::Object* newValue = reinterpret_cast<mirror::Object*>(args[3]); in UnstartedJNIUnsafePutObject() local