Searched refs:exception (Results 1 – 3 of 3) sorted by relevance
278 jthrowable exception = env->ExceptionOccurred(); in DiscardPendingException() local280 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);
224 jthrowable exception = (*env)->ExceptionOccurred(env); in DiscardPendingException() local226 if (exception == NULL) { in DiscardPendingException()232 GetExceptionSummary(env, exception, &summary); in DiscardPendingException()236 (*env)->DeleteLocalRef(env, exception); in DiscardPendingException()
46 "-Wno-deprecated-dynamic-exception-spec",