Searched refs:ExceptionCheck (Results 1 – 3 of 3) sorted by relevance
131 if (env->ExceptionCheck()) { in create()
214 if (!env->ExceptionCheck()) { in checkAndClearJavaException()
473 jboolean (*ExceptionCheck)(JNIEnv*); member1014 jboolean ExceptionCheck() in ExceptionCheck() function1015 { return functions->ExceptionCheck(this); } in ExceptionCheck()