Home
last modified time | relevance | path

Searched refs:dvmAllocAtomicCache (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DAtomicCache.h148 AtomicCache* dvmAllocAtomicCache(int numEntries);
DAtomicCache.c40 AtomicCache* dvmAllocAtomicCache(int numEntries) in dvmAllocAtomicCache() function
DDvmDex.c76 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE); in allocateAuxStructures()
/dalvik/vm/oo/
DTypeCheck.c41 gDvm.instanceofCache = dvmAllocAtomicCache(INSTANCEOF_CACHE_SIZE); in dvmInstanceofStartup()