Home
last modified time | relevance | path

Searched refs:compareAndSwapInt (Results 1 – 2 of 2) sorted by relevance

/art/test/MyClassNatives/
DMyClassNatives.java34 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval); in compareAndSwapInt() method in MyClassNatives
/art/runtime/native/
Dsun_misc_Unsafe.cc187 NATIVE_METHOD(Unsafe, compareAndSwapInt, "!(Ljava/lang/Object;JII)Z"),