Home | History | Annotate | Download | only in x64

Lines Matching refs:fall_through

545                                Label* fall_through) {
566 Split(not_zero, if_true, if_false, fall_through);
573 Label* fall_through) {
574 if (if_false == fall_through) {
576 } else if (if_true == fall_through) {
2312 Label* fall_through = NULL;
2314 &if_true, &if_false, &fall_through);
2332 Label* fall_through = NULL;
2334 &if_true, &if_false, &fall_through);
2338 Split(non_negative_smi, if_true, if_false, fall_through);
2352 Label* fall_through = NULL;
2354 &if_true, &if_false, &fall_through);
2369 Split(below_equal, if_true, if_false, fall_through);
2383 Label* fall_through = NULL;
2385 &if_true, &if_false, &fall_through);
2390 Split(above_equal, if_true, if_false, fall_through);
2404 Label* fall_through = NULL;
2406 &if_true, &if_false, &fall_through);
2413 Split(not_zero, if_true, if_false, fall_through);
2428 Label* fall_through = NULL;
2430 &if_true, &if_false, &fall_through);
2509 Label* fall_through = NULL;
2511 &if_true, &if_false, &fall_through);
2516 Split(equal, if_true, if_false, fall_through);
2530 Label* fall_through = NULL;
2532 &if_true, &if_false, &fall_through);
2537 Split(equal, if_true, if_false, fall_through);
2551 Label* fall_through = NULL;
2553 &if_true, &if_false, &fall_through);
2558 Split(equal, if_true, if_false, fall_through);
2571 Label* fall_through = NULL;
2573 &if_true, &if_false, &fall_through);
2590 Split(equal, if_true, if_false, fall_through);
2606 Label* fall_through = NULL;
2608 &if_true, &if_false, &fall_through);
2613 Split(equal, if_true, if_false, fall_through);
3255 Label* fall_through = NULL;
3257 &if_true, &if_false, &fall_through);
3678 Label* fall_through = NULL;
3681 &if_false, &if_true, &fall_through);
3683 VisitForControl(expr->expression(), if_true, if_false, fall_through);
3995 Label* fall_through) {
4016 Split(equal, if_true, if_false, fall_through);
4024 Split(zero, if_true, if_false, fall_through);
4029 Split(equal, if_true, if_false, fall_through);
4038 Split(not_zero, if_true, if_false, fall_through);
4042 Split(above_equal, if_true, if_false, fall_through);
4054 Split(zero, if_true, if_false, fall_through);
4056 if (if_false != fall_through) __ jmp(if_false);
4072 Label* fall_through = NULL;
4074 &if_true, &if_false, &fall_through);
4081 if (TryLiteralCompare(op, left, right, if_true, if_false, fall_through)) {
4093 Split(equal, if_true, if_false, fall_through);
4103 Split(zero, if_true, if_false, fall_through);
4164 Split(cc, if_true, if_false, fall_through);
4179 Label* fall_through = NULL;
4181 &if_true, &if_false, &fall_through);
4187 Split(equal, if_true, if_false, fall_through);
4198 Split(not_zero, if_true, if_false, fall_through);