Lines Matching defs:isException
736 Label isException(env);
738 BRANCH(TaggedIsException(res), &isException, ¬Exception);
739 Bind(&isException);
754 Label isException(env);
756 BRANCH(HasPendingException(glue), &isException, ¬Exception);
757 Bind(&isException);
772 Label isException(env);
774 BRANCH(TaggedIsException(res), &isException, ¬Exception);
775 Bind(&isException);
792 Label isException(env);
794 BRANCH(TaggedIsException(res), &isException, ¬Exception);
795 Bind(&isException);