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

/dalvik/vm/
H A DAtomicCache.cpp40 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)
H A DAtomicCache.h48 struct AtomicCache { struct
81 * _cache is an AtomicCache*
148 AtomicCache* dvmAllocAtomicCache(int numEntries);
153 void dvmFreeAtomicCache(AtomicCache* cache);
164 , AtomicCache* pCache
171 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);
H A DDvmDex.h58 struct AtomicCache* pInterfaceCache;
H A DGlobals.h584 AtomicCache* instanceofCache;
H A DDvm.mk85 AtomicCache.cpp \

Completed in 85 milliseconds