Lines Matching refs:fall_through
563 Label* fall_through) {
595 Split(ne, if_true, if_false, fall_through);
602 Label* fall_through) {
603 if (if_false == fall_through) {
605 } else if (if_true == fall_through) {
2412 Label* fall_through = NULL;
2414 &if_true, &if_false, &fall_through);
2418 Split(eq, if_true, if_false, fall_through);
2432 Label* fall_through = NULL;
2434 &if_true, &if_false, &fall_through);
2438 Split(eq, if_true, if_false, fall_through);
2452 Label* fall_through = NULL;
2454 &if_true, &if_false, &fall_through);
2470 Split(le, if_true, if_false, fall_through);
2484 Label* fall_through = NULL;
2486 &if_true, &if_false, &fall_through);
2491 Split(ge, if_true, if_false, fall_through);
2505 Label* fall_through = NULL;
2507 &if_true, &if_false, &fall_through);
2514 Split(ne, if_true, if_false, fall_through);
2530 Label* fall_through = NULL;
2532 &if_true, &if_false, &fall_through);
2615 Label* fall_through = NULL;
2617 &if_true, &if_false, &fall_through);
2622 Split(eq, if_true, if_false, fall_through);
2636 Label* fall_through = NULL;
2638 &if_true, &if_false, &fall_through);
2643 Split(eq, if_true, if_false, fall_through);
2657 Label* fall_through = NULL;
2659 &if_true, &if_false, &fall_through);
2664 Split(eq, if_true, if_false, fall_through);
2677 Label* fall_through = NULL;
2679 &if_true, &if_false, &fall_through);
2696 Split(eq, if_true, if_false, fall_through);
2712 Label* fall_through = NULL;
2714 &if_true, &if_false, &fall_through);
2719 Split(eq, if_true, if_false, fall_through);
3371 Label* fall_through = NULL;
3373 &if_true, &if_false, &fall_through);
3378 Split(eq, if_true, if_false, fall_through);
3743 Label* fall_through = NULL;
3747 &if_false, &if_true, &fall_through);
3749 VisitForControl(expr->expression(), if_true, if_false, fall_through);
4047 Label* fall_through) {
4069 Split(eq, if_true, if_false, fall_through);
4077 Split(eq, if_true, if_false, fall_through);
4082 Split(eq, if_true, if_false, fall_through);
4091 Split(ne, if_true, if_false, fall_through);
4096 Split(ge, if_true, if_false, fall_through);
4110 Split(eq, if_true, if_false, fall_through);
4112 if (if_false != fall_through) __ jmp(if_false);
4129 Label* fall_through = NULL;
4131 &if_true, &if_false, &fall_through);
4138 if (TryLiteralCompare(op, left, right, if_true, if_false, fall_through)) {
4151 Split(eq, if_true, if_false, fall_through);
4161 Split(eq, if_true, if_false, fall_through);
4220 Split(cond, if_true, if_false, fall_through);
4235 Label* fall_through = NULL;
4237 &if_true, &if_false, &fall_through);
4244 Split(eq, if_true, if_false, fall_through);
4257 Split(eq, if_true, if_false, fall_through);