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

/dalvik/vm/oo/
H A DTypeCheck.cpp41 gDvm.instanceofCache = dvmAllocAtomicCache(INSTANCEOF_CACHE_SIZE);
42 if (gDvm.instanceofCache == NULL)
52 dvmFreeAtomicCache(gDvm.instanceofCache);
245 return ATOMIC_CACHE_LOOKUP(gDvm.instanceofCache,
H A DTypeCheck.h40 gDvm.instanceofCache->trivial++;
/dalvik/vm/
H A DGlobals.h584 AtomicCache* instanceofCache; member in struct:DvmGlobals
H A DInit.cpp1893 dvmDumpAtomicCacheStats(gDvm.instanceofCache);
H A DDebugger.cpp494 dvmDumpAtomicCacheStats(gDvm.instanceofCache);

Completed in 244 milliseconds