Searched defs:is_exception_pending (Results 1 – 2 of 2) sorted by relevance
166 bool is_exception_pending, in PossiblyHandlePendingExceptionOnInvokeImpl()195 bool is_exception_pending, in PossiblyHandlePendingException()379 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(is_exception_pending, next_function) \ argument384 #define POSSIBLY_HANDLE_PENDING_EXCEPTION_ON_INVOKE_POLYMORPHIC(is_exception_pending) \ argument389 #define POSSIBLY_HANDLE_PENDING_EXCEPTION_ON_INVOKE(is_exception_pending) \ argument
805 jboolean is_exception_pending = self->IsExceptionPending(); in WatchedFramePop() local