Home
last modified time | relevance | path

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

/dalvik/vm/
DAtomicCache.h48 typedef struct AtomicCache { struct
60 } AtomicCache; argument
148 AtomicCache* dvmAllocAtomicCache(int numEntries);
153 void dvmFreeAtomicCache(AtomicCache* cache);
164 , AtomicCache* pCache
171 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);
DAtomicCache.c40 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()
DDvmDex.h58 struct AtomicCache* pInterfaceCache;
DGlobals.h504 AtomicCache* instanceofCache;