Searched refs:pInterfaceCache (Results 1 – 5 of 5) sorted by relevance
36 return (Method*) ATOMIC_CACHE_LOOKUP(methodClassDex->pInterfaceCache, in dvmFindInterfaceMethodInCache()
89 MTERP_OFFSET(offDvmDex_pInterfaceCache, DvmDex, pInterfaceCache, 24)
80 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE); in allocateAuxStructures()200 dvmFreeAtomicCache(pDvmDex->pInterfaceCache); in dvmDexFileFree()
58 struct AtomicCache* pInterfaceCache; member
521 dvmDumpAtomicCacheStats(pDvmDex->pInterfaceCache); in dumpClassPath()