Searched refs:ExceptionOccurred (Results 1 – 3 of 3) sorted by relevance
109 } else if ((*env)->ExceptionOccurred(env) == NULL) { in GetExceptionSummary()174 jstring trace = ((*env)->ExceptionOccurred(env) != NULL) ? NULL : StringWriterToString(env, sw); in GetStackTrace()197 jthrowable pendingException = (*env)->ExceptionOccurred(env); in GetStackTraceOrSummary()224 jthrowable exception = (*env)->ExceptionOccurred(env); in DiscardPendingException()337 jthrowable thrown = (*env)->ExceptionOccurred(env); in jniRegisterNativeMethods()
251 jthrowable pendingException = env->ExceptionOccurred(); in GetStackTraceOrSummary()278 jthrowable exception = env->ExceptionOccurred(); in DiscardPendingException()381 jthrowable thrown = env->ExceptionOccurred(); in jniRegisterNativeMethods()
174 jthrowable (*ExceptionOccurred)(JNIEnv*); member529 jthrowable ExceptionOccurred() in ExceptionOccurred() function530 { return functions->ExceptionOccurred(this); } in ExceptionOccurred()