Home
last modified time | relevance | path

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

/dalvik/vm/mterp/common/
DFindInterface.h36 return (Method*) ATOMIC_CACHE_LOOKUP(methodClassDex->pInterfaceCache, in dvmFindInterfaceMethodInCache()
Dasm-constants.h89 MTERP_OFFSET(offDvmDex_pInterfaceCache, DvmDex, pInterfaceCache, 24)
/dalvik/vm/
DDvmDex.cpp80 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE); in allocateAuxStructures()
200 dvmFreeAtomicCache(pDvmDex->pInterfaceCache); in dvmDexFileFree()
DDvmDex.h58 struct AtomicCache* pInterfaceCache; member
/dalvik/vm/oo/
DClass.cpp521 dvmDumpAtomicCacheStats(pDvmDex->pInterfaceCache); in dumpClassPath()