HomeSort by relevance Sort by last modified time
    Searched refs:AtomicCache (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/
AtomicCache.h 48 typedef struct AtomicCache {
60 } AtomicCache;
81 * _cache is an AtomicCache*
148 AtomicCache* dvmAllocAtomicCache(int numEntries);
153 void dvmFreeAtomicCache(AtomicCache* cache);
164 , AtomicCache* pCache
171 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);
AtomicCache.c 40 AtomicCache* dvmAllocAtomicCache(int numEntries)
42 AtomicCache* newCache;
44 newCache = (AtomicCache*) calloc(1, sizeof(AtomicCache));
70 void dvmFreeAtomicCache(AtomicCache* cache)
89 , AtomicCache* pCache
168 void dvmDumpAtomicCacheStats(const AtomicCache* pCache)
DvmDex.h 58 struct AtomicCache* pInterfaceCache;
Globals.h 504 AtomicCache* instanceofCache;
Dvm.mk 100 AtomicCache.c \

Completed in 302 milliseconds