Home
last modified time | relevance | path

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

/art/runtime/native/
Djdk_internal_misc_Unsafe.cc56 jint expectedValue, jint newValue) { in Unsafe_compareAndSetInt()
69 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt()
77 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSetLong()
88 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong()
100 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue); in Unsafe_compareAndSetObject() local
143 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
151 jint newValue) { in Unsafe_putIntVolatile()
159 jint newValue) { in Unsafe_putOrderedInt()
180 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong()
188 jlong newValue) { in Unsafe_putLongVolatile()
[all …]
Dsun_misc_Unsafe.cc42 jint expectedValue, jint newValue) { in Unsafe_compareAndSwapInt()
55 jlong expectedValue, jlong newValue) { in Unsafe_compareAndSwapLong()
70 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue); in Unsafe_compareAndSwapObject() local
105 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
113 jint newValue) { in Unsafe_putIntVolatile()
121 jint newValue) { in Unsafe_putOrderedInt()
142 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong()
150 jlong newValue) { in Unsafe_putLongVolatile()
158 jlong newValue) { in Unsafe_putOrderedLong()
184 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue); in Unsafe_putObject() local
[all …]
/art/test/004-checker-UnsafeTest18/src/
DMain.java53 private static int set32(Object o, long offset, int newValue) { in set32()
60 private static long set64(Object o, long offset, long newValue) { in set64()
67 private static Object setObj(Object o, long offset, Object newValue) { in setObj()
/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java78 Boolean newValue = null; in doTest() local
106 Byte newValue = null; in doTest() local
133 Character newValue = null; in doTest() local
162 Short newValue = null; in doTest() local
190 Integer newValue = null; in doTest() local
219 Long newValue = null; in doTest() local
248 Float newValue = null; in doTest() local
279 Double newValue = null; in doTest() local
1262 void setValue(int newValue); in setValue()
1271 public void setValue(int newValue) { value = newValue; } in setValue()
/art/test/141-class-unload/src-ex/
DIntHolder.java22 public static void setValue(int newValue) { in setValue()
/art/test/713-varhandle-invokers/src/
DMain.java209 private void checkCompareAndSet(MethodHandle compareAndSet, long oldValue, long newValue) in checkCompareAndSet()
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java964 int newValue = savedValue + 1; in main() local
/art/runtime/interpreter/
Dunstarted_runtime.cc1523 int64_t newValue = shadow_frame->GetVRegLong(arg_offset + 6); in UnstartedJdkUnsafeCompareAndSwapLong() local
2034 jint newValue = args[4]; in UnstartedJNIJdkUnsafeCompareAndSwapInt() local