Searched refs:newVersion (Results 1 – 2 of 2) sorted by relevance
138 u4 newVersion = (firstVersion | ATOMIC_LOCK_FLAG) + 1; in dvmUpdateAtomicCache() local139 assert((newVersion & 0x01) == 1); in dvmUpdateAtomicCache()141 pEntry->version = newVersion; in dvmUpdateAtomicCache()147 newVersion++; in dvmUpdateAtomicCache()148 android_atomic_release_store(newVersion, (int32_t*) &pEntry->version); in dvmUpdateAtomicCache()154 assert(newVersion == ((firstVersion + 2) | ATOMIC_LOCK_FLAG)); in dvmUpdateAtomicCache()156 newVersion, newVersion & ~ATOMIC_LOCK_FLAG, in dvmUpdateAtomicCache()
346 RegisterSpec newVersion = currentMapping[reg]; in map() local347 if (newVersion.getBasicType() != Type.BT_VOID in map()349 != newVersion.getBasicFrameType()) { in map()