Searched refs:pInterfaceCache (Results 1 – 5 of 5) sorted by relevance
33 return (Method*) ATOMIC_CACHE_LOOKUP(methodClassDex->pInterfaceCache, in dvmFindInterfaceMethodInCache()
122 MTERP_OFFSET(offDvmDex_pInterfaceCache, DvmDex, pInterfaceCache, 24)
76 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE); in allocateAuxStructures()82 pDvmDex->pInterfaceCache == NULL) in allocateAuxStructures()202 dvmFreeAtomicCache(pDvmDex->pInterfaceCache); in dvmDexFileFree()
58 struct AtomicCache* pInterfaceCache; member
412 dvmDumpAtomicCacheStats(pDvmDex->pInterfaceCache); in dumpClassPath()