Home | History | Annotate | Download | only in quick

Lines Matching refs:IsExceptionPending

523         DCHECK(Thread::Current()->IsExceptionPending()) << PrettyMethod(method);
795 if (LIKELY(!self->IsExceptionPending())) {
859 CHECK_EQ(code == NULL, self->IsExceptionPending());
1660 if (self->IsExceptionPending()) {
1688 DCHECK(self->IsExceptionPending()); // There should be an exception pending now.
1799 CHECK(self->IsExceptionPending());
1803 DCHECK(!self->IsExceptionPending());
1939 CHECK(self->IsExceptionPending());