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

  /dalvik/vm/
AtomicCache.cpp 40 AtomicCache* dvmAllocAtomicCache(int numEntries)
42 AtomicCache* newCache;
44 newCache = (AtomicCache*) calloc(1, sizeof(AtomicCache));
72 void dvmFreeAtomicCache(AtomicCache* cache)
91 , AtomicCache* pCache
170 void dvmDumpAtomicCacheStats(const AtomicCache* pCache)
AtomicCache.h 48 struct AtomicCache {
81 * _cache is an AtomicCache*
150 AtomicCache* dvmAllocAtomicCache(int numEntries);
155 void dvmFreeAtomicCache(AtomicCache* cache);
166 , AtomicCache* pCache
173 void dvmDumpAtomicCacheStats(const AtomicCache* pCache);
DvmDex.h 58 struct AtomicCache* pInterfaceCache;
Globals.h 584 AtomicCache* instanceofCache;
Dvm.mk 85 AtomicCache.cpp \

Completed in 1738 milliseconds