Home
last modified time | relevance | path

Searched defs:thrown (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c80 static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetExceptionSummary()
152 static bool GetStackTrace(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetStackTrace()
190 static void GetStackTraceOrSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetStackTraceOrSummary()
337 jthrowable thrown = (*env)->ExceptionOccurred(env); in jniRegisterNativeMethods() local
351 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown) { in jniLogException()
/libnativehelper/include/nativehelper/
DJNIHelp.h128 [[maybe_unused]] static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, in GetExceptionSummary()
199 [[maybe_unused]] static bool GetStackTrace(JNIEnv* env, jthrowable thrown, in GetStackTrace()
238 [[maybe_unused]] static void GetStackTraceOrSummary(JNIEnv* env, jthrowable thrown, in GetStackTraceOrSummary()
376 jthrowable thrown = env->ExceptionOccurred(); in jniRegisterNativeMethods() local