Home
last modified time | relevance | path

Searched refs:msgStr (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/alloc/
DAlloc.c86 StringObject* msgStr = NULL; in createStockException() local
110 msgStr = NULL; in createStockException()
112 msgStr = dvmCreateStringFromCstr(msg); in createStockException()
113 if (msgStr == NULL) { in createStockException()
121 dvmCallMethod(self, init, obj, &unused, msgStr); in createStockException()
123 dvmReleaseTrackedAlloc((Object*) msgStr, self); in createStockException()
128 dvmReleaseTrackedAlloc((Object*) msgStr, self); // okay if msgStr NULL in createStockException()
/dalvik/vm/
DException.c416 StringObject* msgStr = NULL; in initException() local
425 msgStr = NULL; in initException()
427 msgStr = dvmCreateStringFromCstr(msg); in initException()
428 if (msgStr == NULL) { in initException()
482 if (msgStr == NULL) { in initException()
498 if (msgStr == NULL) { in initException()
547 dvmCallMethod(self, initMethod, exception, &unused, msgStr); in initException()
557 dvmCallMethod(self, initMethod, exception, &unused, msgStr, cause); in initException()
605 dvmReleaseTrackedAlloc((Object*) msgStr, self); // NULL is ok in initException()
/dalvik/vm/analysis/
DDexPrepare.c771 const char* msgStr = "???"; in rewriteDex() local
773 msgStr = "verify+opt"; in rewriteDex()
775 msgStr = "verify"; in rewriteDex()
777 msgStr = "opt"; in rewriteDex()
780 msgStr, in rewriteDex()