Home
last modified time | relevance | path

Searched refs:instanceofCache (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/oo/
DTypeCheck.c41 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()
DTypeCheck.h40 gDvm.instanceofCache->trivial++; in dvmInstanceof()
/dalvik/vm/
DGlobals.h504 AtomicCache* instanceofCache; member
DInit.c1597 dvmDumpAtomicCacheStats(gDvm.instanceofCache); in dvmShutdown()
DDebugger.c514 dvmDumpAtomicCacheStats(gDvm.instanceofCache); in dvmDbgExit()