Home
last modified time | relevance | path

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

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