Home | History | Annotate | Download | only in entrypoints

Lines Matching refs:IsExceptionPending

48       DCHECK(self->IsExceptionPending());
51 DCHECK(!self->IsExceptionPending());
82 DCHECK(self->IsExceptionPending());
85 DCHECK(!self->IsExceptionPending());
109 DCHECK(self->IsExceptionPending());
190 DCHECK(Thread::Current()->IsExceptionPending());
277 DCHECK(self->IsExceptionPending()); // Throw exception and unwind.
289 DCHECK(self->IsExceptionPending()); // Throw exception and unwind.
323 DCHECK(self->IsExceptionPending()); // Throw exception and unwind
366 DCHECK(self->IsExceptionPending()); // Throw exception and unwind.
388 DCHECK(self->IsExceptionPending()); // Throw exception and unwind.
582 CHECK(self->IsExceptionPending());
605 CHECK(self->IsExceptionPending());
622 if (UNLIKELY(self->IsExceptionPending())) {
628 if (UNLIKELY(self->IsExceptionPending())) {