Home
last modified time | relevance | path

Searched refs:ExceptionClear (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/
DJNIHelp.c87 (*env)->ExceptionClear(env); in GetExceptionSummary()
96 (*env)->ExceptionClear(env); in GetExceptionSummary()
121 (*env)->ExceptionClear(env); in GetExceptionSummary()
197 (*env)->ExceptionClear(env); in GetStackTraceOrSummary()
210 (*env)->ExceptionClear(env); in GetStackTraceOrSummary()
223 (*env)->ExceptionClear(env); in DiscardPendingException()
292 (*env)->ExceptionClear(env); in CreateExceptionMsg()
/libnativehelper/header_only_include/nativehelper/
Dnativehelper_utils.h35 env->ExceptionClear(); in jniThrowNullPointerException()
/libnativehelper/include/nativehelper/
DJNIHelp.h136 env->ExceptionClear(); in GetExceptionSummary()
145 env->ExceptionClear(); in GetExceptionSummary()
170 env->ExceptionClear(); in GetExceptionSummary()
248 env->ExceptionClear(); in GetStackTraceOrSummary()
261 env->ExceptionClear(); in GetStackTraceOrSummary()
274 env->ExceptionClear(); in DiscardPendingException()
348 env->ExceptionClear(); in CreateExceptionMsg()
/libnativehelper/include_jni/
Djni.h176 void (*ExceptionClear)(JNIEnv*); member
535 void ExceptionClear() in ExceptionClear() function
536 { functions->ExceptionClear(this); } in ExceptionClear()