Lines Matching refs:IsExceptionPending
121 return !self->IsExceptionPending(); in SendMethodExitEvents()
194 if (UNLIKELY(self->IsExceptionPending())) { in MoveToExceptionHandler()
340 CHECK(self->IsExceptionPending()); in DoMethodHandleInvokeCommon()
487 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon()
511 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon()
670 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
681 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
692 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
703 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
880 DCHECK(self->IsExceptionPending()); in BuildCallSiteForBootstrapMethod()
941 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
959 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1003 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1046 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1064 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1068 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1086 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1163 DCHECK(self->IsExceptionPending()); in DoInvokeCustom()
1352 CHECK(self->IsExceptionPending()); in DoCallCommon()
1409 if (string_init && !self->IsExceptionPending()) { in DoCallCommon()
1413 return !self->IsExceptionPending(); in DoCallCommon()
1475 DCHECK(self->IsExceptionPending()); in DoFilledNewArray()
1571 if (UNLIKELY(self->IsExceptionPending())) { in PerformNonStandardReturn()