Searched refs:oldExcep (Results 1 – 1 of 1) sorted by relevance
214 Object* oldExcep = dvmGetException(self); in dvmFindClassByName() local215 dvmAddTrackedAlloc(oldExcep, self); /* don't let this be GCed */ in dvmFindClassByName()217 dvmThrowChainedClassNotFoundException(name, oldExcep); in dvmFindClassByName()218 dvmReleaseTrackedAlloc(oldExcep, self); in dvmFindClassByName()