Home
last modified time | relevance | path

Searched refs:ExceptionClear (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.cpp112 (*env)->ExceptionClear(e); in getExceptionSummary()
118 (*env)->ExceptionClear(e); in getExceptionSummary()
142 (*env)->ExceptionClear(e); // clear OOM in getExceptionSummary()
215 (*env)->ExceptionClear(e); in jniThrowException()
277 (*env)->ExceptionClear(e); in jniGetStackTrace()
282 (*env)->ExceptionClear(e); in jniGetStackTrace()
/libnativehelper/include/nativehelper/
Djni.h177 void (*ExceptionClear)(JNIEnv*); member
537 void ExceptionClear() in ExceptionClear() function
538 { functions->ExceptionClear(this); } in ExceptionClear()