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() 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 …]
|
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/712-varhandle-invocations/src/ |
D | VarHandleTypeConversionTests.java | 78 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/ |
D | IntHolder.java | 22 public static void setValue(int 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 | 964 int newValue = savedValue + 1; in main() local
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1523 int64_t newValue = shadow_frame->GetVRegLong(arg_offset + 6); in UnstartedJdkUnsafeCompareAndSwapLong() local 2034 jint newValue = args[4]; in UnstartedJNIJdkUnsafeCompareAndSwapInt() local
|