Home | History | Annotate | Download | only in vm

Lines Matching refs:dvmInstanceof

280         if (!dvmInstanceof(cause->clazz, gDvm.exThrowable)) {
471 if (dvmInstanceof(exception->clazz, gDvm.exError) ||
472 dvmInstanceof(exception->clazz, gDvm.exRuntimeException))
541 if (!dvmInstanceof(exception->clazz, gDvm.exThrowable)) {
687 if (dvmInstanceof(excepClass, throwable)) {
854 if (!dvmInstanceof(method->clazz, gDvm.exThrowable))
1295 if (dvmInstanceof(exception->clazz, gDvm.exError)) {