Searched refs:pendingException (Results 1 – 1 of 1) sorted by relevance
1077 Object* pendingException; in getExceptionMessage() local1083 pendingException = dvmGetException(self); in getExceptionMessage()1084 if (pendingException != NULL) { in getExceptionMessage()1085 dvmAddTrackedAlloc(pendingException, self); in getExceptionMessage()1113 dvmSetException(self, pendingException); in getExceptionMessage()1114 if (pendingException != NULL) { in getExceptionMessage()1115 dvmReleaseTrackedAlloc(pendingException, self); in getExceptionMessage()