Home | History | Annotate | Download | only in vm

Lines Matching full:pentry

86 void dvmUpdateAtomicCache(u4 key1, u4 key2, u4 value, AtomicCacheEntry* pEntry,
111 (volatile s4*) &pEntry->version) != 0)
127 if (pEntry->key1 == 0)
141 pEntry->version = newVersion;
143 android_atomic_release_store(key1, (int32_t*) &pEntry->key1);
144 pEntry->key2 = key2;
145 pEntry->value = value;
148 android_atomic_release_store(newVersion, (int32_t*) &pEntry->version);
152 * pEntry->version, so if this fails the world is broken.
157 (volatile s4*) &pEntry->version) != 0)