Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.cpp2763 Object* oldExcept; in dvmDbgExecuteMethod() local
2770 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()