Home
last modified time | relevance | path

Searched refs:pInterfaceCache (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/mterp/common/
DFindInterface.h33 return (Method*) ATOMIC_CACHE_LOOKUP(methodClassDex->pInterfaceCache, in dvmFindInterfaceMethodInCache()
Dasm-constants.h122 MTERP_OFFSET(offDvmDex_pInterfaceCache, DvmDex, pInterfaceCache, 24)
/dalvik/vm/
DDvmDex.c76 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE); in allocateAuxStructures()
82 pDvmDex->pInterfaceCache == NULL) in allocateAuxStructures()
202 dvmFreeAtomicCache(pDvmDex->pInterfaceCache); in dvmDexFileFree()
DDvmDex.h58 struct AtomicCache* pInterfaceCache; member
/dalvik/vm/oo/
DClass.c412 dvmDumpAtomicCacheStats(pDvmDex->pInterfaceCache); in dumpClassPath()