Searched refs:jthrowable (Results 1 – 4 of 4) sorted by relevance
25 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo()188 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException()
357 jthrowable exc; in trans2iso()528 jthrowable exc; in callback()1056 jthrowable exc; in Java_SQLite_Database__1open4()1276 jthrowable exc; in Java_SQLite_Database__1open_1aux_1file()1360 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2()1439 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2()1725 jthrowable exc; in call_common()1801 jthrowable exc; in call3_common()1867 jthrowable exc; in mkfunc_common()1982 jthrowable exc; in Java_SQLite_Database__1function_1type()[all …]
83 typedef _jthrowable *jthrowable; typedef102 typedef jobject jthrowable; typedef226 (JNIEnv *env, jthrowable obj);229 jthrowable (JNICALL *ExceptionOccurred)746 jint Throw(jthrowable obj) { in Throw()752 jthrowable ExceptionOccurred() { in ExceptionOccurred()
185 jthrowable ex = env->ExceptionOccurred(); in checkException()