Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h278 jthrowable exception = env->ExceptionOccurred(); in DiscardPendingException() local
280 if (exception == NULL) { in DiscardPendingException()
286 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()
291 env->DeleteLocalRef(exception); in DiscardPendingException()
493 jthrowable exception = NULL) {
497 GetStackTraceOrSummary(env, exception, &summary);
/libnativehelper/
DJNIHelp.c224 jthrowable exception = (*env)->ExceptionOccurred(env); in DiscardPendingException() local
226 if (exception == NULL) { in DiscardPendingException()
232 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()
236 (*env)->DeleteLocalRef(env, exception); in DiscardPendingException()
/libnativehelper/tests/
DAndroid.bp46 "-Wno-deprecated-dynamic-exception-spec",