Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DTypeCheck.cpp41 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.h578 AtomicCache* instanceofCache; member
DInit.cpp1685 dvmDumpAtomicCacheStats(gDvm.instanceofCache); in dvmShutdown()
DDebugger.cpp494 dvmDumpAtomicCacheStats(gDvm.instanceofCache); in dvmDbgExit()