Home
last modified time | relevance | path

Searched refs:ATOMIC_CMP_SWAP (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/
DAtomic.h45 #define ATOMIC_CMP_SWAP(_addr, _old, _new) \ macro
DAtomicCache.c108 !ATOMIC_CMP_SWAP((volatile s4*) &pEntry->version, in dvmUpdateAtomicCache()
148 if (!ATOMIC_CMP_SWAP((volatile s4*) &pEntry->version, in dvmUpdateAtomicCache()
DSync.c197 } while (!ATOMIC_CMP_SWAP((int32_t*)(void*)&gDvm.monitorList, in dvmCreateMonitor()
750 if (!ATOMIC_CMP_SWAP((int32_t *)thinp, in dvmLockObject()
810 } while (!ATOMIC_CMP_SWAP((int32_t *)thinp, in dvmLockObject()
1068 if (!ATOMIC_CMP_SWAP((int32_t *)&obj->lock.mon, in dvmLockObject()
DProfile.c229 } while (!ATOMIC_CMP_SWAP(&gDvm.activeProfilers, oldValue, newValue)); in updateActiveProfilers()
612 } while (!ATOMIC_CMP_SWAP(&state->curOffset, oldOffset, newOffset)); in dvmMethodTraceAdd()
/dalvik/vm/oo/
DArray.c610 if (!ATOMIC_CMP_SWAP((int*) &gDvm.primitiveClass[idx], in dvmFindPrimitiveClass()
DClass.c1129 } while (!ATOMIC_CMP_SWAP(&gDvm.classSerialNumber, oldValue, newValue)); in dvmSetClassSerialNumber()