Searched refs:is_exception_pending (Results 1 – 2 of 2) sorted by relevance
166 bool is_exception_pending, in PossiblyHandlePendingExceptionOnInvokeImpl() argument174 if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingExceptionOnInvokeImpl()182 } else if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingExceptionOnInvokeImpl()195 bool is_exception_pending, in PossiblyHandlePendingException() argument200 if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingException()379 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(is_exception_pending, next_function) \ argument380 if (!PossiblyHandlePendingException(is_exception_pending, inst->next_function())) { \384 #define POSSIBLY_HANDLE_PENDING_EXCEPTION_ON_INVOKE_POLYMORPHIC(is_exception_pending) \ argument385 if (!PossiblyHandlePendingExceptionOnInvokeImpl(is_exception_pending, inst->Next_4xx())) { \389 #define POSSIBLY_HANDLE_PENDING_EXCEPTION_ON_INVOKE(is_exception_pending) \ argument[all …]
805 jboolean is_exception_pending = self->IsExceptionPending(); in WatchedFramePop() local811 is_exception_pending, in WatchedFramePop()