Home
last modified time | relevance | path

Searched refs:stringCache (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DProfile.cpp301 DexStringCache stringCache; in dumpMarkedMethods() local
308 dexStringCacheInit(&stringCache); in dumpMarkedMethods()
316 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache), in dumpMarkedMethods()
329 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache), in dumpMarkedMethods()
336 dexStringCacheRelease(&stringCache); in dumpMarkedMethods()
DDebugger.cpp1214 DexStringCache stringCache; in dvmDbgOutputAllMethods() local
1221 dexStringCacheInit(&stringCache); in dvmDbgOutputAllMethods()
1237 &stringCache)); in dvmDbgOutputAllMethods()
1251 &stringCache)); in dvmDbgOutputAllMethods()
1258 dexStringCacheRelease(&stringCache); in dvmDbgOutputAllMethods()