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

/dalvik/vm/
H A DAtomicCache.h48 struct AtomicCache { struct
81 * _cache is an AtomicCache*
148 AtomicCache* dvmAllocAtomicCache(int numEntries);
153 void dvmFreeAtomicCache(AtomicCache* cache);
164 , AtomicCache* pCache
171 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);

Completed in 51 milliseconds