Home
last modified time | relevance | path

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

/dalvik/vm/native/
DInternalNative.cpp214 Object* oldExcep = dvmGetException(self); in dvmFindClassByName() local
215 dvmAddTrackedAlloc(oldExcep, self); /* don't let this be GCed */ in dvmFindClassByName()
217 dvmThrowChainedClassNotFoundException(name, oldExcep); in dvmFindClassByName()
218 dvmReleaseTrackedAlloc(oldExcep, self); in dvmFindClassByName()