Searched refs:jthrowable (Results 1 – 5 of 5) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 98 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception); 147 jthrowable exception = NULL)
|
D | jni.h | 88 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/ |
D | JNIHelp.c | 59 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/ |
D | CheckJni.c | 1377 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()
|
D | Jni.c | 2043 static jint Throw(JNIEnv* env, jthrowable jobj) in Throw() 2085 static jthrowable ExceptionOccurred(JNIEnv* env) in ExceptionOccurred()
|