Searched defs:stringCache (Results 1 - 2 of 2) sorted by relevance

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

Completed in 82 milliseconds