Home
last modified time | relevance | path

Searched refs:jthrowable (Results 1 – 6 of 6) sorted by relevance

/libnativehelper/
DJNIHelp.c79 static bool GetExceptionSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetExceptionSummary()
149 static bool GetStackTrace(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetStackTrace()
187 static void GetStackTraceOrSummary(JNIEnv* env, jthrowable thrown, struct ExpandableString* dst) { in GetStackTraceOrSummary()
194 jthrowable pendingException = (*env)->ExceptionOccurred(env); in GetStackTraceOrSummary()
221 jthrowable exception = (*env)->ExceptionOccurred(env); in DiscardPendingException()
256 jthrowable thrown = (*env)->ExceptionOccurred(env); in jniRegisterNativeMethods()
270 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown) { in jniLogException()
/libnativehelper/include/nativehelper/
DJNIHelp.h119 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
172 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL…
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp50 env->Throw(reinterpret_cast<jthrowable>(jlae)); in AssertionError()
85 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException()
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp327 FN0(fl,NORMAL ,jthrowable) \
350 FN(afl,NORMAL ,jthrowable,jthrowable) \
637 EXPECT_NOT_EQUALISH_JNI_DESCRIPTORS("J", jthrowable); in TEST()
643 EXPECT_NOT_EQUALISH_JNI_DESCRIPTORS("[Z", jthrowable); in TEST()
667 EXPECT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Throwable;", jthrowable); in TEST()
668 EXPECT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Exception;", jthrowable); in TEST()
669 EXPECT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Error;", jthrowable); in TEST()
/libnativehelper/include_jni/
Djni.h74 typedef _jthrowable* jthrowable; typedef
96 typedef jobject jthrowable; typedef
172 jint (*Throw)(JNIEnv*, jthrowable);
174 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj) in Throw()
529 jthrowable ExceptionOccurred() in ExceptionOccurred()
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h795 TYPE_TRAIT_FN(jthrowable, "Ljava/lang/Throwable;", kFastNative, kNotFinal, kSecondOrLate…