Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c195 jthrowable pendingException = (*env)->ExceptionOccurred(env); in GetStackTraceOrSummary()
222 jthrowable exception = (*env)->ExceptionOccurred(env); in DiscardPendingException()
335 jthrowable thrown = (*env)->ExceptionOccurred(env); in jniRegisterNativeMethods()
/libnativehelper/include/nativehelper/
DJNIHelp.h246 jthrowable pendingException = env->ExceptionOccurred(); in GetStackTraceOrSummary()
273 jthrowable exception = env->ExceptionOccurred(); in DiscardPendingException()
376 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()