Home | History | Annotate | Download | only in interp

Lines Matching full:excep

1033     Object* excep = dvmGetException(self);
1034 if (excep != NULL) {
1038 dvmThrowChainedException(gDvm.exStackOverflowError, NULL, excep);