Searched refs:oldExcept (Results 1 – 1 of 1) sorted by relevance
2763 Object* oldExcept; in dvmDbgExecuteMethod() local2770 oldExcept = dvmGetException(self); in dvmDbgExecuteMethod()2771 if (oldExcept != NULL) { in dvmDbgExecuteMethod()2772 dvmAddTrackedAlloc(oldExcept, self); in dvmDbgExecuteMethod()2836 if (oldExcept != NULL) { in dvmDbgExecuteMethod()2837 dvmSetException(self, oldExcept); in dvmDbgExecuteMethod()2838 dvmReleaseTrackedAlloc(oldExcept, self); in dvmDbgExecuteMethod()