Searched defs:newValue (Results 1 – 6 of 6) sorted by relevance
| /art/runtime/native/ |
| 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/runtime/interpreter/ |
| D | unstarted_runtime.cc | 1454 int64_t newValue = shadow_frame->GetVRegLong(arg_offset + 6); in UnstartedUnsafeCompareAndSwapLong() local 1903 jint newValue = args[4]; in UnstartedJNIUnsafeCompareAndSwapInt() local
|
| /art/test/959-invoke-polymorphic-accessors/src/ |
| D | Main.java | 964 int newValue = savedValue + 1; in main() local
|