Searched defs:expectedValue (Results 1 - 1 of 1) sorted by relevance

/libcore/libart/src/main/java/sun/misc/
H A DUnsafe.java110 * @param expectedValue expected value of the field
117 int expectedValue, int newValue);
125 * @param expectedValue expected value of the field
132 long expectedValue, long newValue);
140 * @param expectedValue expected value of the field
147 Object expectedValue, Object newValue);
116 compareAndSwapInt(Object obj, long offset, int expectedValue, int newValue) argument
131 compareAndSwapLong(Object obj, long offset, long expectedValue, long newValue) argument
146 compareAndSwapObject(Object obj, long offset, Object expectedValue, Object newValue) argument

Completed in 45 milliseconds