Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsExceptionPending

215     DCHECK(soa.Self()->IsExceptionPending());
707 return static_cast<JNIEnvExt*>(env)->self->IsExceptionPending() ? JNI_TRUE : JNI_FALSE;
749 if (soa.Self()->IsExceptionPending()) {
909 if (soa.Self()->IsExceptionPending()) {
929 if (soa.Self()->IsExceptionPending()) {
2464 if (soa.Self()->IsExceptionPending()) {
2476 if (soa.Self()->IsExceptionPending()) {
2515 return static_cast<JNIEnvExt*>(env)->self->IsExceptionPending() ? nullptr : result;