Searched refs:uncaughtHandler (Results 1 – 1 of 1) sorted by relevance
1563 Method* uncaughtHandler; in threadExitUncaughtException() local1593 uncaughtHandler = dvmFindVirtualMethodHierByDescriptor(handlerObj->clazz, in threadExitUncaughtException()1596 if (uncaughtHandler != NULL) { in threadExitUncaughtException()1600 dvmCallMethod(self, uncaughtHandler, handlerObj, &unused, in threadExitUncaughtException()