Lines Matching defs:isException

1542     Label isException(env);

1558 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
1562 BRANCH(TaggedIsException(srcElements), &isException, &noException);
1583 BRANCH(isError, &isException, &dispatch);
1585 Bind(&isException);
2927 Label isException(env);
2929 BRANCH(TaggedIsException(res), &isException, &notException);
2930 Bind(&isException);
3032 Label isException(env);
3034 BRANCH(TaggedIsException(res), &isException, &notException);
3035 Bind(&isException);
3371 Label isException(env);
3373 BRANCH(TaggedIsException(result), &isException, &notException);
3374 Bind(&isException);
3413 Label isException(env);
3415 BRANCH(TaggedIsException(res), &isException, &notException);
3416 Bind(&isException);
3541 Label isException(env);
3557 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
3578 BRANCH(TaggedIsException(*res), &isException, &dispatch);
3582 BRANCH(HasPendingException(glue), &isException, &dispatch);
3584 Bind(&isException);
4105 Label isException(env);
4107 BRANCH(TaggedIsException(res), &isException, &isNotException);
4108 Bind(&isException);
4142 Label isException(env);
4144 BRANCH(TaggedIsException(res), &isException, &isNotException);
4145 Bind(&isException);
4181 Label isException(env);
4183 BRANCH(TaggedIsException(res), &isException, &isNotException);
4184 Bind(&isException);
4618 Label isException(env);
4632 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
4654 BRANCH(TaggedIsException(*res), &isException, &dispatch);
4658 BRANCH(HasPendingException(glue), &isException, &dispatch);
4660 Bind(&isException);
4690 Label isException(env);
4704 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
4727 BRANCH(TaggedIsException(*res), &isException, &dispatch);
4731 BRANCH(HasPendingException(glue), &isException, &dispatch);
4733 Bind(&isException);
4763 Label isException(env);
4777 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
4798 BRANCH(TaggedIsException(*res), &isException, &dispatch);
4802 BRANCH(HasPendingException(glue), &isException, &dispatch);
4804 Bind(&isException);
5339 Label isException(env);
5341 BRANCH(TaggedIsException(*varAcc), &isException, &notException);
5342 Bind(&isException);
5656 Label isException(env);
5658 BRANCH(TaggedIsException(res), &isException, &isNotException);
5659 Bind(&isException);
6009 Label isException(env);
6017 BRANCH(HasPendingException(glue), &isException, &dispatch);
6018 Bind(&isException);