Searched refs:jthrowable (Results 1 – 5 of 5) sorted by relevance
/libnativehelper/ |
D | JNIHelp.cpp | 90 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { in getExceptionSummary() 141 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { in getStackTrace() 204 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e)); in jniThrowException() 250 static std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception) { in jniGetStackTrace() 253 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e)); in jniGetStackTrace() 278 MODULE_API void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception)… in jniLogException()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 181 MODULE_API void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception); 271 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL…
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 328 FN0(fl,NORMAL ,jthrowable) \ 351 FN(afl,NORMAL ,jthrowable,jthrowable) \ 638 EXPECT_NOT_EQUALISH_JNI_DESCRIPTORS("J", jthrowable); in TEST() 644 EXPECT_NOT_EQUALISH_JNI_DESCRIPTORS("[Z", jthrowable); in TEST() 668 EXPECT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Throwable;", jthrowable); in TEST() 669 EXPECT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Exception;", jthrowable); in TEST() 670 EXPECT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Error;", jthrowable); in TEST()
|
/libnativehelper/include_jni/ |
D | jni.h | 75 typedef _jthrowable* jthrowable; typedef 97 typedef jobject jthrowable; typedef 173 jint (*Throw)(JNIEnv*, jthrowable); 175 jthrowable (*ExceptionOccurred)(JNIEnv*); 524 jint Throw(jthrowable obj) in Throw() 530 jthrowable ExceptionOccurred() in ExceptionOccurred()
|
/libnativehelper/platform_include/nativehelper/detail/ |
D | signature_checker.h | 795 TYPE_TRAIT_FN(jthrowable, "Ljava/lang/Throwable;", kFastNative, kNotFinal, kSecondOrLate…
|