Searched defs:newValue (Results 1 – 8 of 8) sorted by relevance
| /art/runtime/native/ |
| D | jdk_internal_misc_Unsafe.cc | 56 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 …]
|
| D | sun_misc_Unsafe.cc | 42 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/ |
| D | Main.java | 53 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/ |
| D | IntHolder.java | 22 public static void setValue(int newValue) { in setValue()
|
| /art/test/712-varhandle-invocations/src/ |
| D | VarHandleTypeConversionTests.java | 124 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/ |
| D | Main.java | 209 private void checkCompareAndSet(MethodHandle compareAndSet, long oldValue, long newValue) in checkCompareAndSet()
|
| /art/test/959-invoke-polymorphic-accessors/src/ |
| D | Main.java | 976 int newValue = savedValue + 1; in main() local
|
| /art/runtime/interpreter/ |
| D | unstarted_runtime.cc | 1538 int64_t newValue = shadow_frame->GetVRegLong(arg_offset + 6); in UnstartedJdkUnsafeCompareAndSwapLong() local 2073 jint newValue = args[4]; in UnstartedJNIJdkUnsafeCompareAndSwapInt() local
|