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*
150 AtomicCache* dvmAllocAtomicCache(int numEntries);
155 void dvmFreeAtomicCache(AtomicCache* cache);
166 , AtomicCache* pCache
173 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);

Completed in 65 milliseconds