Home
last modified time | relevance | path

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

/dalvik/vm/
DAtomicCache.cpp87 u4 firstVersion in dvmUpdateAtomicCache() argument
108 if ((firstVersion & ATOMIC_LOCK_FLAG) != 0 || in dvmUpdateAtomicCache()
110 firstVersion, firstVersion | ATOMIC_LOCK_FLAG, in dvmUpdateAtomicCache()
123 assert((firstVersion & 0x01) == 0); in dvmUpdateAtomicCache()
138 u4 newVersion = (firstVersion | ATOMIC_LOCK_FLAG) + 1; in dvmUpdateAtomicCache()
154 assert(newVersion == ((firstVersion + 2) | ATOMIC_LOCK_FLAG)); in dvmUpdateAtomicCache()
DAtomicCache.h98 u4 firstVersion, secondVersion; \
105 firstVersion = android_atomic_acquire_load((int32_t*)&pEntry->version); \
117 if ((firstVersion & 0x01) != 0 || firstVersion != secondVersion) { \
140 firstVersion CACHE_XARG(_cache) ); \
162 u4 firstVersion