Searched refs:dvmAllocAtomicCache (Results 1 – 4 of 4) sorted by relevance
150 AtomicCache* dvmAllocAtomicCache(int numEntries);
39 AtomicCache* dvmAllocAtomicCache(int numEntries) in dvmAllocAtomicCache() function
88 pDvmDex->pInterfaceCache = dvmAllocAtomicCache(DEX_INTERFACE_CACHE_SIZE); in allocateAuxStructures()
41 gDvm.instanceofCache = dvmAllocAtomicCache(INSTANCEOF_CACHE_SIZE); in dvmInstanceofStartup()