Searched refs:instanceofCache (Results 1 – 5 of 5) sorted by relevance
41 gDvm.instanceofCache = dvmAllocAtomicCache(INSTANCEOF_CACHE_SIZE); in dvmInstanceofStartup()42 if (gDvm.instanceofCache == NULL) in dvmInstanceofStartup()52 dvmFreeAtomicCache(gDvm.instanceofCache); in dvmInstanceofShutdown()245 return ATOMIC_CACHE_LOOKUP(gDvm.instanceofCache, in dvmInstanceofNonTrivial()
40 gDvm.instanceofCache->trivial++; in dvmInstanceof()
504 AtomicCache* instanceofCache; member
1597 dvmDumpAtomicCacheStats(gDvm.instanceofCache); in dvmShutdown()
514 dvmDumpAtomicCacheStats(gDvm.instanceofCache); in dvmDbgExit()