Home
last modified time | relevance | path

Searched defs:AtomicCache (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DAtomicCache.h48 struct AtomicCache { struct
49 AtomicCacheEntry* entries; /* array of entries */ argument
50 int numEntries; /* #of entries, must be power of 2 */
52 void* entryAlloc; /* memory allocated for entries */
55 int trivial; /* cache access not required */
56 int fail; /* contention failure */
57 int hits; /* found entry in cache */
81 * _cache is an AtomicCache* argument