Home
last modified time | relevance | path

Searched refs:ExceptionOccurred (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/
DJNIHelp.c109 } 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()
/libnativehelper/include/nativehelper/
DJNIHelp.h251 jthrowable pendingException = env->ExceptionOccurred(); in GetStackTraceOrSummary()
278 jthrowable exception = env->ExceptionOccurred(); in DiscardPendingException()
381 jthrowable thrown = env->ExceptionOccurred(); in jniRegisterNativeMethods()
/libnativehelper/include_jni/
Djni.h174 jthrowable (*ExceptionOccurred)(JNIEnv*); member
529 jthrowable ExceptionOccurred() in ExceptionOccurred() function
530 { return functions->ExceptionOccurred(this); } in ExceptionOccurred()