Home | History | Annotate | Download | only in misc

Lines Matching refs:newValue

135      * @param newValue new value to store in the field if the contents are
141 int expectedValue, int newValue);
150 * @param newValue new value to store in the field if the contents are
156 long expectedValue, long newValue);
165 * @param newValue new value to store in the field if the contents are
171 Object expectedValue, Object newValue);
189 * @param newValue the value to store
191 public native void putIntVolatile(Object obj, long offset, int newValue);
209 * @param newValue the value to store
211 public native void putLongVolatile(Object obj, long offset, long newValue);
229 * @param newValue the value to store
232 Object newValue);
248 * @param newValue the value to store
250 public native void putInt(Object obj, long offset, int newValue);
255 public native void putOrderedInt(Object obj, long offset, int newValue);
271 * @param newValue the value to store
273 public native void putLong(Object obj, long offset, long newValue);
278 public native void putOrderedLong(Object obj, long offset, long newValue);
294 * @param newValue the value to store
296 public native void putObject(Object obj, long offset, Object newValue);
302 Object newValue);