Searched refs:fall_through (Results 1 - 14 of 14) sorted by relevance

/external/iproute2/tc/
H A Df_tcindex.c22 fprintf(stderr," [ pass_on | fall_through ]\n");
79 else if (!strcmp(*argv,"fall_through")) {
157 int fall_through; local
160 sizeof(fall_through))
162 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]);
163 fprintf(f,fall_through ? "fall_through " : "pass_on ");
/external/v8/src/
H A Dfull-codegen.h305 Label* fall_through);
316 Label* fall_through);
321 Label* fall_through);
369 Label* fall_through) {
370 TestContext context(this, expr, if_true, if_false, fall_through);
655 Label** fall_through) const = 0;
696 Label** fall_through) const;
717 Label** fall_through) const;
727 Label* fall_through)
732 fall_through_(fall_through) { }
366 VisitForControl(Expression* expr, Label* if_true, Label* if_false, Label* fall_through) argument
723 TestContext(FullCodeGenerator* codegen, Expression* condition, Label* true_label, Label* false_label, Label* fall_through) argument
742 Label* fall_through() const { return fall_through_; } function in class:v8::internal::FullCodeGenerator::TestContext
[all...]
H A Dfull-codegen.cc525 Label** fall_through) const {
528 *if_true = *if_false = *fall_through = materialize_true;
537 Label** fall_through) const {
538 *if_true = *fall_through = materialize_true;
548 Label** fall_through) const {
549 *if_true = *fall_through = materialize_true;
559 Label** fall_through) const {
562 *fall_through = fall_through_;
570 context->fall_through());
809 test->fall_through());
[all...]
/external/chromium_org/v8/src/
H A Dfull-codegen.h331 Label* fall_through);
342 Label* fall_through);
347 Label* fall_through);
395 Label* fall_through) {
396 TestContext context(this, expr, if_true, if_false, fall_through);
698 Label** fall_through) const = 0;
739 Label** fall_through) const;
760 Label** fall_through) const;
770 Label* fall_through)
775 fall_through_(fall_through) { }
392 VisitForControl(Expression* expr, Label* if_true, Label* if_false, Label* fall_through) argument
766 TestContext(FullCodeGenerator* codegen, Expression* condition, Label* true_label, Label* false_label, Label* fall_through) argument
785 Label* fall_through() const { return fall_through_; } function in class:v8::internal::FullCodeGenerator::TestContext
[all...]
H A Dfull-codegen.cc552 Label** fall_through) const {
555 *if_true = *if_false = *fall_through = materialize_true;
564 Label** fall_through) const {
565 *if_true = *fall_through = materialize_true;
575 Label** fall_through) const {
576 *if_true = *fall_through = materialize_true;
586 Label** fall_through) const {
589 *fall_through = fall_through_;
597 context->fall_through());
972 test->fall_through());
[all...]
H A Djsregexp.cc1789 Label* fall_through,
1792 if (below != fall_through) {
1794 if (above_or_equal != fall_through) masm->GoTo(above_or_equal);
1804 Label* fall_through,
1807 if (in_range == fall_through) {
1819 if (out_of_range != fall_through) masm->GoTo(out_of_range);
1832 Label* fall_through,
1851 if (even_label == fall_through) {
1881 if (on_bit_clear != fall_through) masm->GoTo(on_bit_clear);
1986 // equal to the fall_through labe
1787 EmitBoundaryTest(RegExpMacroAssembler* masm, int border, Label* fall_through, Label* above_or_equal, Label* below) argument
1801 EmitDoubleBoundaryTest(RegExpMacroAssembler* masm, int first, int last, Label* fall_through, Label* in_range, Label* out_of_range) argument
1826 EmitUseLookupTable( RegExpMacroAssembler* masm, ZoneList<int>* ranges, int start_index, int end_index, int min_char, Label* fall_through, Label* even_label, Label* odd_label) argument
1987 GenerateBranches(RegExpMacroAssembler* masm, ZoneList<int>* ranges, int start_index, int end_index, uc16 min_char, uc16 max_char, Label* fall_through, Label* even_label, Label* odd_label) argument
2239 Label fall_through; local
3126 Label fall_through, dummy; local
[all...]
/external/v8/src/arm/
H A Dfull-codegen-arm.cc683 Label* fall_through) {
696 Split(ne, if_true, if_false, fall_through);
703 Label* fall_through) {
704 if (if_false == fall_through) {
706 } else if (if_true == fall_through) {
2492 Label* fall_through = NULL; local
2494 &if_true, &if_false, &fall_through);
2498 Split(eq, if_true, if_false, fall_through);
2513 Label* fall_through = NULL; local
2515 &if_true, &if_false, &fall_through);
680 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
700 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
2534 Label* fall_through = NULL; local
2567 Label* fall_through = NULL; local
2589 Label* fall_through = NULL; local
2614 Label* fall_through = NULL; local
2699 Label* fall_through = NULL; local
2721 Label* fall_through = NULL; local
2743 Label* fall_through = NULL; local
2763 Label* fall_through = NULL; local
2799 Label* fall_through = NULL; local
3464 Label* fall_through = NULL; local
4126 Label* fall_through = NULL; local
4210 Label* fall_through = NULL; local
4298 Label* fall_through = NULL; local
[all...]
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc668 Label* fall_through) {
674 Split(not_zero, if_true, if_false, fall_through);
681 Label* fall_through) {
682 if (if_false == fall_through) {
684 } else if (if_true == fall_through) {
2431 Label* fall_through = NULL; local
2433 &if_true, &if_false, &fall_through);
2437 Split(zero, if_true, if_false, fall_through);
2452 Label* fall_through = NULL; local
2454 &if_true, &if_false, &fall_through);
665 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
678 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
2473 Label* fall_through = NULL; local
2505 Label* fall_through = NULL; local
2527 Label* fall_through = NULL; local
2552 Label* fall_through = NULL; local
2635 Label* fall_through = NULL; local
2657 Label* fall_through = NULL; local
2679 Label* fall_through = NULL; local
2699 Label* fall_through = NULL; local
2735 Label* fall_through = NULL; local
3408 Label* fall_through = NULL; local
4118 Label* fall_through = NULL; local
4199 Label* fall_through = NULL; local
4288 Label* fall_through = NULL; local
[all...]
/external/v8/src/mips/
H A Dfull-codegen-mips.cc691 Label* fall_through) {
703 Split(ne, v0, Operand(at), if_true, if_false, fall_through);
712 Label* fall_through) {
713 if (if_false == fall_through) {
715 } else if (if_true == fall_through) {
2516 Label* fall_through = NULL; local
2518 &if_true, &if_false, &fall_through);
2522 Split(eq, t0, Operand(zero_reg), if_true, if_false, fall_through);
2537 Label* fall_through = NULL; local
2539 &if_true, &if_false, &fall_through);
688 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
707 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
2558 Label* fall_through = NULL; local
2589 Label* fall_through = NULL; local
2612 Label* fall_through = NULL; local
2637 Label* fall_through = NULL; local
2719 Label* fall_through = NULL; local
2742 Label* fall_through = NULL; local
2765 Label* fall_through = NULL; local
2784 Label* fall_through = NULL; local
2820 Label* fall_through = NULL; local
3497 Label* fall_through = NULL; local
4169 Label* fall_through = NULL; local
4252 Label* fall_through = NULL; local
4336 Label* fall_through = NULL; local
[all...]
/external/v8/src/x64/
H A Dfull-codegen-x64.cc609 Label* fall_through) {
615 Split(not_zero, if_true, if_false, fall_through);
622 Label* fall_through) {
623 if (if_false == fall_through) {
625 } else if (if_true == fall_through) {
2325 Label* fall_through = NULL; local
2327 &if_true, &if_false, &fall_through);
2346 Label* fall_through = NULL; local
2348 &if_true, &if_false, &fall_through);
2352 Split(non_negative_smi, if_true, if_false, fall_through);
606 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
619 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
2367 Label* fall_through = NULL; local
2399 Label* fall_through = NULL; local
2421 Label* fall_through = NULL; local
2446 Label* fall_through = NULL; local
2528 Label* fall_through = NULL; local
2550 Label* fall_through = NULL; local
2572 Label* fall_through = NULL; local
2592 Label* fall_through = NULL; local
2628 Label* fall_through = NULL; local
3299 Label* fall_through = NULL; local
4032 Label* fall_through = NULL; local
4113 Label* fall_through = NULL; local
4202 Label* fall_through = NULL; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc677 Label* fall_through) {
681 Split(ne, if_true, if_false, fall_through);
688 Label* fall_through) {
689 if (if_false == fall_through) {
691 } else if (if_true == fall_through) {
2891 Label* fall_through = NULL; local
2893 &if_true, &if_false, &fall_through);
2897 Split(eq, if_true, if_false, fall_through);
2912 Label* fall_through = NULL; local
2914 &if_true, &if_false, &fall_through);
674 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
685 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
2933 Label* fall_through = NULL; local
2966 Label* fall_through = NULL; local
2988 Label* fall_through = NULL; local
3013 Label* fall_through = NULL; local
3101 Label* fall_through = NULL; local
3123 Label* fall_through = NULL; local
3149 Label* fall_through = NULL; local
3171 Label* fall_through = NULL; local
3191 Label* fall_through = NULL; local
3227 Label* fall_through = NULL; local
3880 Label* fall_through = NULL; local
4526 Label* fall_through = NULL; local
4614 Label* fall_through = NULL; local
4680 Label* fall_through = NULL; local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc639 Label* fall_through) {
644 Split(not_zero, if_true, if_false, fall_through);
651 Label* fall_through) {
652 if (if_false == fall_through) {
654 } else if (if_true == fall_through) {
2839 Label* fall_through = NULL; local
2841 &if_true, &if_false, &fall_through);
2845 Split(zero, if_true, if_false, fall_through);
2860 Label* fall_through = NULL; local
2862 &if_true, &if_false, &fall_through);
636 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
648 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
2881 Label* fall_through = NULL; local
2913 Label* fall_through = NULL; local
2935 Label* fall_through = NULL; local
2960 Label* fall_through = NULL; local
3050 Label* fall_through = NULL; local
3072 Label* fall_through = NULL; local
3098 Label* fall_through = NULL; local
3120 Label* fall_through = NULL; local
3140 Label* fall_through = NULL; local
3176 Label* fall_through = NULL; local
3842 Label* fall_through = NULL; local
4530 Label* fall_through = NULL; local
4615 Label* fall_through = NULL; local
4682 Label* fall_through = NULL; local
[all...]
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc686 Label* fall_through) {
691 Split(ne, v0, Operand(at), if_true, if_false, fall_through);
700 Label* fall_through) {
701 if (if_false == fall_through) {
703 } else if (if_true == fall_through) {
2923 Label* fall_through = NULL; local
2925 &if_true, &if_false, &fall_through);
2929 Split(eq, t0, Operand(zero_reg), if_true, if_false, fall_through);
2944 Label* fall_through = NULL; local
2946 &if_true, &if_false, &fall_through);
683 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
695 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
2965 Label* fall_through = NULL; local
2996 Label* fall_through = NULL; local
3019 Label* fall_through = NULL; local
3044 Label* fall_through = NULL; local
3131 Label* fall_through = NULL; local
3154 Label* fall_through = NULL; local
3184 Label* fall_through = NULL; local
3207 Label* fall_through = NULL; local
3226 Label* fall_through = NULL; local
3262 Label* fall_through = NULL; local
3931 Label* fall_through = NULL; local
4585 Label* fall_through = NULL; local
4672 Label* fall_through = NULL; local
4734 Label* fall_through = NULL; local
[all...]
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc645 Label* fall_through) {
650 Split(not_zero, if_true, if_false, fall_through);
657 Label* fall_through) {
658 if (if_false == fall_through) {
660 } else if (if_true == fall_through) {
2817 Label* fall_through = NULL; local
2819 &if_true, &if_false, &fall_through);
2838 Label* fall_through = NULL; local
2840 &if_true, &if_false, &fall_through);
2844 Split(non_negative_smi, if_true, if_false, fall_through);
642 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
654 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
2859 Label* fall_through = NULL; local
2891 Label* fall_through = NULL; local
2913 Label* fall_through = NULL; local
2938 Label* fall_through = NULL; local
3024 Label* fall_through = NULL; local
3046 Label* fall_through = NULL; local
3073 Label* fall_through = NULL; local
3095 Label* fall_through = NULL; local
3115 Label* fall_through = NULL; local
3151 Label* fall_through = NULL; local
3816 Label* fall_through = NULL; local
4520 Label* fall_through = NULL; local
4605 Label* fall_through = NULL; local
4672 Label* fall_through = NULL; local
[all...]

Completed in 345 milliseconds