Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
Djni.h189 void (*ExceptionDescribe)(JNIEnv*); member
547 void ExceptionDescribe() in ExceptionDescribe() function
548 { functions->ExceptionDescribe(this); } in ExceptionDescribe()
/dalvik/vm/
DJni.c2112 static void ExceptionDescribe(JNIEnv* env) in ExceptionDescribe() function
4049 ExceptionDescribe,
DCheckJni.c1410 BASE_ENV(env)->ExceptionDescribe(env); in Check_ExceptionDescribe()