Lines Matching full:pentry
86 void dvmUpdateAtomicCache(u4 key1, u4 key2, u4 value, AtomicCacheEntry* pEntry,
108 !ATOMIC_CMP_SWAP((volatile s4*) &pEntry->version,
125 if (pEntry->key1 == 0)
132 pEntry->version++;
135 pEntry->key1 = key1;
136 pEntry->key2 = key2;
137 pEntry->value = value;
140 pEntry->version++;
145 * pEntry->version, so if this fails the world is broken.
148 if (!ATOMIC_CMP_SWAP((volatile s4*) &pEntry->version,