Home
last modified time | relevance | path

Searched defs:pCache (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DAtomicCache.cpp89 , AtomicCache* pCache in dvmUpdateAtomicCache()
168 void dvmDumpAtomicCacheStats(const AtomicCache* pCache) in dvmDumpAtomicCacheStats()
/dalvik/libdex/
DDexProto.cpp36 void dexStringCacheAlloc(DexStringCache* pCache, size_t length) { in dexStringCacheAlloc()
57 void dexStringCacheInit(DexStringCache* pCache) { in dexStringCacheInit()
67 void dexStringCacheRelease(DexStringCache* pCache) { in dexStringCacheRelease()
82 char* dexStringCacheEnsureCopy(DexStringCache* pCache, const char* value) { in dexStringCacheEnsureCopy()
99 char* dexStringCacheAbandon(DexStringCache* pCache, const char* value) { in dexStringCacheAbandon()
134 DexStringCache* pCache) { in dexProtoGetMethodDescriptor()
178 DexStringCache* pCache) { in dexProtoGetParameterDescriptors()
DDexProto.h124 const DexMethodId* pMethodId, DexStringCache* pCache) in dexGetDescriptorFromMethodId()
/dalvik/vm/oo/
DClass.h193 DexStringCache *pCache) in dvmCopyDescriptorStringFromMethod()