Home | History | Annotate | Download | only in native

Lines Matching full:newvalue

75  *         int expectedValue, int newValue);
84 s4 newValue = args[5];
88 int result = android_atomic_cmpxchg(expectedValue, newValue, address);
95 * long expectedValue, long newValue);
104 s8 newValue = GET_ARG_LONG(args, 6);
109 android_quasiatomic_cmpxchg_64(expectedValue, newValue, address);
116 * Object expectedValue, Object newValue);
125 Object* newValue = (Object*) args[5];
130 (int32_t) newValue, address);
150 * public native void putIntVolatile(Object obj, long offset, int newValue);
180 * public native void putLongVolatile(Object obj, long offset, long newValue);
211 * Object newValue);
240 * public native void putInt(Object obj, long offset, int newValue);
268 * public native void putLong(Object obj, long offset, long newValue);
296 * public native void putObject(Object obj, long offset, Object newValue);