Home | History | Annotate | Download | only in runtime

Lines Matching refs:Env

436   if (UNLIKELY(soa.Env()->check_jni)) {
650 jthrowable th = soa.Env()->ExceptionOccurred();
652 jclass exception_class = soa.Env()->FindClass("java/lang/reflect/InvocationTargetException");
657 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V");
659 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th);
664 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance));