HomeSort by relevance Sort by last modified time
    Searched refs:dvmQuasiAtomicSwap64Sync (Results 1 - 12 of 12) sorted by null

  /dalvik/vm/
Atomic.h 50 extern "C" int64_t dvmQuasiAtomicSwap64Sync(int64_t value,
Atomic.cpp 74 int64_t dvmQuasiAtomicSwap64Sync(int64_t newvalue, volatile int64_t* addr)
142 int64_t dvmQuasiAtomicSwap64Sync(int64_t value, volatile int64_t* addr)
211 int64_t dvmQuasiAtomicSwap64Sync(int64_t value, volatile int64_t* addr)
  /dalvik/vm/mterp/armv5te/
OP_IPUT_WIDE.S 42 bl dvmQuasiAtomicSwap64Sync @ stores r0/r1 into addr r2
OP_SPUT_WIDE.S 24 bl dvmQuasiAtomicSwap64Sync @ stores r0/r1 into addr r2
  /dalvik/vm/mterp/mips/
OP_IPUT_WIDE.S 42 JAL(dvmQuasiAtomicSwap64Sync) # stores r0/r1 into addr r2
OP_SPUT_WIDE.S 24 JAL(dvmQuasiAtomicSwap64Sync) # stores a0/a1 into addr a2
  /dalvik/vm/oo/
ObjectInlines.h 186 dvmQuasiAtomicSwap64Sync(val, addr);
336 dvmQuasiAtomicSwap64Sync(val, addr);
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 301 milliseconds