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()
104 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue); in Unsafe_compareAndSetReference() local
147 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
155 jint newValue) { in Unsafe_putIntVolatile()
163 jint newValue) { in Unsafe_putOrderedInt()
184 static void Unsafe_putLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, jlong newValue) { in Unsafe_putLong()
192 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/141-class-unload/src-ex/
DIntHolder.java22 public static void setValue(int newValue) { in setValue()
/art/test/712-varhandle-invocations/src/
DVarHandleTypeConversionTests.java124 Boolean newValue = null; in doTest() local
152 Byte newValue = null; in doTest() local
179 Character newValue = null; in doTest() local
208 Short newValue = null; in doTest() local
236 Integer newValue = null; in doTest() local
265 Long newValue = null; in doTest() local
294 Float newValue = null; in doTest() local
325 Double newValue = null; in doTest() local
1308 void setValue(int newValue); in setValue()
1317 public void setValue(int newValue) { value = 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.java976 int newValue = savedValue + 1; in main() local
/art/runtime/interpreter/
Dunstarted_runtime.cc1538 int64_t newValue = shadow_frame->GetVRegLong(arg_offset + 6); in UnstartedJdkUnsafeCompareAndSwapLong() local
2073 jint newValue = args[4]; in UnstartedJNIJdkUnsafeCompareAndSwapInt() local