Lines Matching defs:isException

460     Label isException(env);
462 Branch(TaggedIsException(result), &isException, &notException);
463 Bind(&isException);
586 Label isException(env);
588 Branch(TaggedIsException(res), &isException, &notException);
589 Bind(&isException);
1422 Label isException(env);
1440 Branch(HasPendingException(glue), &isException, &ctorNotBase);
1467 Branch(TaggedIsException(*res), &isException, &dispatch);
1471 Branch(HasPendingException(glue), &isException, &dispatch);
1473 Bind(&isException);
1671 Label isException(env);
1689 Branch(HasPendingException(glue), &isException, &ctorNotBase);
1716 Branch(isError, &isException, &dispatch);
1718 Bind(&isException);
2039 Label isException(env);
2041 Branch(TaggedIsException(res), &isException, &isNotException);
2042 Bind(&isException);
2080 Label isException(env);
2082 Branch(TaggedIsException(res), &isException, &isNotException);
2083 Bind(&isException);
3642 Label isException(env);
3658 Branch(HasPendingException(glue), &isException, &ctorNotBase);
3684 Branch(TaggedIsException(*res), &isException, &dispatch);
3688 Branch(HasPendingException(glue), &isException, &dispatch);
3690 Bind(&isException);
3862 Label isException(env);
3878 Branch(HasPendingException(glue), &isException, &ctorNotBase);
3905 Branch(TaggedIsException(*res), &isException, &dispatch);
3909 Branch(HasPendingException(glue), &isException, &dispatch);
3911 Bind(&isException);
3952 Label isException(env);
3968 Branch(HasPendingException(glue), &isException, &ctorNotBase);
3995 Branch(TaggedIsException(*res), &isException, &dispatch);
3999 Branch(HasPendingException(glue), &isException, &dispatch);
4001 Bind(&isException);
4742 Label isException(env);
4744 Branch(TaggedIsException(res), &isException, &isNotException);
4745 Bind(&isException);
4909 Label isException(env);
4911 Branch(TaggedIsException(res), &isException, &notException);
4912 Bind(&isException);
5572 Label isException(env);
5574 BRANCH(TaggedIsException(res), &isException, &isNotException);
5575 Bind(&isException);
5745 Label isException(env);
5747 BRANCH(TaggedIsException(res), &isException, &notException);
5748 Bind(&isException);