Lines Matching defs:dispatch
134 BRANCH(Int32LessThan(*varHotnessCounter, Int32(0)), &slowPath, &dispatch); \
161 Jump(&dispatch); \
166 Jump(&dispatch); \
168 Bind(&dispatch);
287 Branch(Int32LessThan(ZExtInt16ToInt32(execCnt), Int32(5)), &checkDeOptFlag, &dispatch); \
543 Label dispatch(env);
557 BRANCH(HasPendingException(glue), &slowPath, &dispatch);
558 Bind(&dispatch);
581 Label dispatch(env);
610 BRANCH(HasPendingException(glue), &slowPath, &dispatch);
611 Bind(&dispatch);
961 Label dispatch(env);
977 Label dispatch(env);
993 Label dispatch(env);
1336 Label dispatch(env);
1342 Jump(&dispatch);
1354 Jump(&dispatch);
1356 Bind(&dispatch);
1373 Label dispatch(env);
1379 Jump(&dispatch);
1385 Jump(&dispatch);
1387 Bind(&dispatch);
1399 Label dispatch(env);
1404 Jump(&dispatch);
1409 Jump(&dispatch);
1411 Bind(&dispatch);
1423 Label dispatch(env);
1428 Jump(&dispatch);
1433 Jump(&dispatch);
1435 Bind(&dispatch);
1533 Label dispatch(env);
1583 BRANCH(isError, &isException, &dispatch);
1589 Bind(&dispatch);
2485 Label dispatch(env);
2526 Label dispatch(env);
2567 Label dispatch(env);
2608 Label dispatch(env);
2649 Label dispatch(env);
2690 Label dispatch(env);
2721 Label dispatch(env);
2820 Label dispatch(env);
2920 Label dispatch(env);
3025 Label dispatch(env);
3404 Label dispatch(env);
3538 Label dispatch(env);
3578 BRANCH(TaggedIsException(*res), &isException, &dispatch);
3582 BRANCH(HasPendingException(glue), &isException, &dispatch);
3588 Bind(&dispatch);
4615 Label dispatch(env);
4654 BRANCH(TaggedIsException(*res), &isException, &dispatch);
4658 BRANCH(HasPendingException(glue), &isException, &dispatch);
4664 Bind(&dispatch);
4687 Label dispatch(env);
4727 BRANCH(TaggedIsException(*res), &isException, &dispatch);
4731 BRANCH(HasPendingException(glue), &isException, &dispatch);
4737 Bind(&dispatch);
4760 Label dispatch(env);
4798 BRANCH(TaggedIsException(*res), &isException, &dispatch);
4802 BRANCH(HasPendingException(glue), &isException, &dispatch);
4808 Bind(&dispatch);
6010 Label dispatch(env);
6015 BRANCH(TaggedIsException(*res), &resIsException, &dispatch);
6017 BRANCH(HasPendingException(glue), &isException, &dispatch);
6022 Bind(&dispatch);