Searched refs:ExceptionDescribe (Results 1 - 3 of 3) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h174 void (*ExceptionDescribe)(JNIEnv*); member in struct:JNINativeInterface
532 void ExceptionDescribe() function in struct:_JNIEnv
533 { functions->ExceptionDescribe(this); }
/dalvik/vm/
H A DJni.c2105 static void ExceptionDescribe(JNIEnv* env) function
2113 LOGI("Odd: ExceptionDescribe called, but no exception pending\n");
3951 ExceptionDescribe,
H A DCheckJni.c1360 BASE_ENV(env)->ExceptionDescribe(env);

Completed in 4095 milliseconds