Home
last modified time | relevance | path

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

/dalvik/vm/
DAtomicCache.c39 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()
DAtomicCache.h48 typedef struct AtomicCache { struct
60 } AtomicCache; argument
150 AtomicCache* dvmAllocAtomicCache(int numEntries);
155 void dvmFreeAtomicCache(AtomicCache* cache);
166 , AtomicCache* pCache
173 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);
DGlobals.h472 AtomicCache* instanceofCache;
DDvmDex.h57 struct AtomicCache* pInterfaceCache;
DDvm.mk100 AtomicCache.c \