Searched refs:ExceptionOccurred (Results 1 – 3 of 3) sorted by relevance
195 jthrowable pendingException = (*env)->ExceptionOccurred(env); in GetStackTraceOrSummary()222 jthrowable exception = (*env)->ExceptionOccurred(env); in DiscardPendingException()335 jthrowable thrown = (*env)->ExceptionOccurred(env); in jniRegisterNativeMethods()
246 jthrowable pendingException = env->ExceptionOccurred(); in GetStackTraceOrSummary()273 jthrowable exception = env->ExceptionOccurred(); in DiscardPendingException()376 jthrowable thrown = env->ExceptionOccurred(); in jniRegisterNativeMethods()
174 jthrowable (*ExceptionOccurred)(JNIEnv*); member529 jthrowable ExceptionOccurred() in ExceptionOccurred() function530 { return functions->ExceptionOccurred(this); } in ExceptionOccurred()