Searched refs:AtomicCache (Results 1 – 5 of 5) sorted by relevance
39 AtomicCache* dvmAllocAtomicCache(int numEntries) in dvmAllocAtomicCache()41 AtomicCache* newCache; in dvmAllocAtomicCache()43 newCache = (AtomicCache*) calloc(1, sizeof(AtomicCache)); in dvmAllocAtomicCache()69 void dvmFreeAtomicCache(AtomicCache* cache) in dvmFreeAtomicCache()89 , AtomicCache* pCache in dvmUpdateAtomicCache()160 void dvmDumpAtomicCacheStats(const AtomicCache* pCache) in dvmDumpAtomicCacheStats()
48 typedef struct AtomicCache { struct60 } AtomicCache; argument150 AtomicCache* dvmAllocAtomicCache(int numEntries);155 void dvmFreeAtomicCache(AtomicCache* cache);166 , AtomicCache* pCache173 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);
472 AtomicCache* instanceofCache;
57 struct AtomicCache* pInterfaceCache;
100 AtomicCache.c \