Searched refs:compareAndSwapInt (Results 1 – 2 of 2) sorted by relevance
34 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval); in compareAndSwapInt() method in MyClassNatives
161 NATIVE_METHOD(Unsafe, compareAndSwapInt, "(Ljava/lang/Object;JII)Z"),