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