Lines Matching refs:notException
737 Label notException(env);
738 BRANCH(TaggedIsException(res), &isException, ¬Exception);
743 Bind(¬Exception);
755 Label notException(env);
756 BRANCH(HasPendingException(glue), &isException, ¬Exception);
761 Bind(¬Exception);
773 Label notException(env);
774 BRANCH(TaggedIsException(res), &isException, ¬Exception);
779 Bind(¬Exception);
793 Label notException(env);
794 BRANCH(TaggedIsException(res), &isException, ¬Exception);
799 Bind(¬Exception);