Searched refs:jthrowable (Results 1 - 8 of 8) sorted by last modified time

/dalvik/libnativehelper/
H A DJNIHelp.c55 static void getExceptionSummary(JNIEnv* env, jthrowable excep, char* buf,
113 jthrowable excep = (*env)->ExceptionOccurred(env);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
/dalvik/vm/
H A DCheckJni.c1327 static jint Check_Throw(JNIEnv* env, jthrowable obj)
1348 static jthrowable Check_ExceptionOccurred(JNIEnv* env)
1351 jthrowable result;
H A DJni.c2036 static jint Throw(JNIEnv* env, jthrowable jobj)
2078 static jthrowable ExceptionOccurred(JNIEnv* env)
/dalvik/libcore/icu/src/main/native/
H A DNativeRegEx.cpp52 jthrowable except = (jthrowable)(env->NewObject(clazz, method, message,
/dalvik/libcore/luni-kernel/src/main/native/
H A Djava_lang_ProcessManager.cpp361 jthrowable exception = env->ExceptionOccurred();
/dalvik/libcore/sql/src/main/native/
H A Dsqlite_jni.c316 jthrowable exc;
473 jthrowable exc;
988 jthrowable exc;
1162 jthrowable exc;
1246 jthrowable exc;
1325 jthrowable exc;
1611 jthrowable exc;
1687 jthrowable exc;
1753 jthrowable exc;
1868 jthrowable ex
[all...]
/dalvik/libcore/x-net/src/main/native/
H A Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp788 jthrowable exception = env->ExceptionOccurred();
814 jthrowable exception = env->ExceptionOccurred();

Completed in 251 milliseconds