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

  /dalvik/vm/
AtomicCache.h 148 AtomicCache* dvmAllocAtomicCache(int numEntries);
AtomicCache.c 40 AtomicCache* dvmAllocAtomicCache(int numEntries)
DvmDex.c 76 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE);
  /dalvik/vm/oo/
TypeCheck.c 41 gDvm.instanceofCache = dvmAllocAtomicCache(INSTANCEOF_CACHE_SIZE);

Completed in 17 milliseconds