Home
last modified time | relevance | path

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

/dalvik/vm/
DException.cpp1077 Object* pendingException; in getExceptionMessage() local
1083 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()