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

  /dalvik/vm/mterp/common/
FindInterface.h 36 return (Method*) ATOMIC_CACHE_LOOKUP(methodClassDex->pInterfaceCache,
asm-constants.h 89 MTERP_OFFSET(offDvmDex_pInterfaceCache, DvmDex, pInterfaceCache, 24)
  /dalvik/vm/
DvmDex.cpp 80 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE);
200 dvmFreeAtomicCache(pDvmDex->pInterfaceCache);
DvmDex.h 59 struct AtomicCache* pInterfaceCache;
  /dalvik/vm/oo/
Class.cpp 521 dvmDumpAtomicCacheStats(pDvmDex->pInterfaceCache);
    [all...]

Completed in 2876 milliseconds