Searched refs:ExceptionCheck (Results 1 – 3 of 3) sorted by relevance
36 if (env->ExceptionCheck()) { in toStringArray()40 if (env->ExceptionCheck()) { in toStringArray()
33 if (env->ExceptionCheck()) { in jniThrowNullPointerException()
473 jboolean (*ExceptionCheck)(JNIEnv*); member1014 jboolean ExceptionCheck() in ExceptionCheck() function1015 { return functions->ExceptionCheck(this); } in ExceptionCheck()