Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
DJNIHelp.h98 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
147 jthrowable exception = NULL)
Djni.h88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj) in Throw()
544 jthrowable ExceptionOccurred() in ExceptionOccurred()
/dalvik/libnativehelper/
DJNIHelp.c59 static void getExceptionSummary(JNIEnv* env, jthrowable exception, char* buf, size_t bufLen) in getExceptionSummary()
111 static void printStackTrace(JNIEnv* env, jthrowable exception, char* buf, size_t bufLen) in printStackTrace()
185 jthrowable exception = (*env)->ExceptionOccurred(env); in jniThrowException()
243 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception) in jniLogException()
/dalvik/vm/
DCheckJni.c1377 static jint Check_Throw(JNIEnv* env, jthrowable obj) in Check_Throw()
1398 static jthrowable Check_ExceptionOccurred(JNIEnv* env) in Check_ExceptionOccurred()
1401 jthrowable result; in Check_ExceptionOccurred()
DJni.c2043 static jint Throw(JNIEnv* env, jthrowable jobj) in Throw()
2085 static jthrowable ExceptionOccurred(JNIEnv* env) in ExceptionOccurred()