Searched refs:AtomicCache (Results 1 – 4 of 4) sorted by relevance
48 typedef struct AtomicCache { struct60 } AtomicCache; argument148 AtomicCache* dvmAllocAtomicCache(int numEntries);153 void dvmFreeAtomicCache(AtomicCache* cache);164 , AtomicCache* pCache171 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);
40 AtomicCache* dvmAllocAtomicCache(int numEntries) in dvmAllocAtomicCache()42 AtomicCache* newCache; in dvmAllocAtomicCache()44 newCache = (AtomicCache*) calloc(1, sizeof(AtomicCache)); in dvmAllocAtomicCache()70 void dvmFreeAtomicCache(AtomicCache* cache) in dvmFreeAtomicCache()89 , AtomicCache* pCache in dvmUpdateAtomicCache()168 void dvmDumpAtomicCacheStats(const AtomicCache* pCache) in dvmDumpAtomicCacheStats()
58 struct AtomicCache* pInterfaceCache;
504 AtomicCache* instanceofCache;