Home
last modified time | relevance | path

Searched refs:currentException (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/back/
DthreadControl.h44 EventIndex ei, jthread thread, jobject currentException);
DeventHandler.c548 jthrowable currentException; in event_callback() local
560 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env); in event_callback()
608 evinfo->ei, thread, currentException); in event_callback()
702 if (currentException != NULL) { in event_callback()
703 JNI_FUNC_PTR(env,Throw)(env, currentException); in event_callback()
DdebugInit.c573 jthrowable currentException; in cbEarlyException() local
592 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env); in cbEarlyException()
632 if (currentException != NULL) { in cbEarlyException()
633 JNI_FUNC_PTR(env,Throw)(env, currentException); in cbEarlyException()
DthreadControl.c2036 …ntrol_onEventHandlerEntry(jbyte sessionID, EventIndex ei, jthread thread, jobject currentException) in threadControl_onEventHandlerEntry() argument
2053 if (currentException != NULL) { in threadControl_onEventHandlerEntry()
2054 JNI_FUNC_PTR(env,Throw)(env, currentException); in threadControl_onEventHandlerEntry()