Home
last modified time | relevance | path

Searched refs:fall_through (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dfull-codegen.h305 Label* fall_through);
316 Label* fall_through);
321 Label* fall_through);
369 Label* fall_through) { in VisitForControl() argument
370 TestContext context(this, expr, if_true, if_false, fall_through); in VisitForControl()
655 Label** fall_through) const = 0;
696 Label** fall_through) const;
717 Label** fall_through) const;
727 Label* fall_through) in TestContext() argument
732 fall_through_(fall_through) { } in TestContext()
[all …]
Dfull-codegen.cc525 Label** fall_through) const { in PrepareTest()
528 *if_true = *if_false = *fall_through = materialize_true; in PrepareTest()
537 Label** fall_through) const { in PrepareTest()
538 *if_true = *fall_through = materialize_true; in PrepareTest()
548 Label** fall_through) const { in PrepareTest()
549 *if_true = *fall_through = materialize_true; in PrepareTest()
559 Label** fall_through) const { in PrepareTest()
562 *fall_through = fall_through_; in PrepareTest()
570 context->fall_through()); in DoTest()
809 test->fall_through()); in VisitInDuplicateContext()
/external/iproute2/tc/
Df_tcindex.c157 int fall_through; in tcindex_print_opt() local
160 sizeof(fall_through)) in tcindex_print_opt()
162 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]); in tcindex_print_opt()
163 fprintf(f,fall_through ? "fall_through " : "pass_on "); in tcindex_print_opt()
/external/v8/src/arm/
Dfull-codegen-arm.cc683 Label* fall_through) { in DoTest() argument
696 Split(ne, if_true, if_false, fall_through); in DoTest()
703 Label* fall_through) { in Split() argument
704 if (if_false == fall_through) { in Split()
706 } else if (if_true == fall_through) { in Split()
2492 Label* fall_through = NULL; in EmitIsSmi() local
2494 &if_true, &if_false, &fall_through); in EmitIsSmi()
2498 Split(eq, if_true, if_false, fall_through); in EmitIsSmi()
2513 Label* fall_through = NULL; in EmitIsNonNegativeSmi() local
2515 &if_true, &if_false, &fall_through); in EmitIsNonNegativeSmi()
[all …]
/external/v8/src/ia32/
Dfull-codegen-ia32.cc668 Label* fall_through) { in DoTest() argument
674 Split(not_zero, if_true, if_false, fall_through); in DoTest()
681 Label* fall_through) { in Split() argument
682 if (if_false == fall_through) { in Split()
684 } else if (if_true == fall_through) { in Split()
2431 Label* fall_through = NULL; in EmitIsSmi() local
2433 &if_true, &if_false, &fall_through); in EmitIsSmi()
2437 Split(zero, if_true, if_false, fall_through); in EmitIsSmi()
2452 Label* fall_through = NULL; in EmitIsNonNegativeSmi() local
2454 &if_true, &if_false, &fall_through); in EmitIsNonNegativeSmi()
[all …]
/external/v8/src/mips/
Dfull-codegen-mips.cc691 Label* fall_through) { in DoTest() argument
703 Split(ne, v0, Operand(at), if_true, if_false, fall_through); in DoTest()
712 Label* fall_through) { in Split() argument
713 if (if_false == fall_through) { in Split()
715 } else if (if_true == fall_through) { in Split()
2516 Label* fall_through = NULL; in EmitIsSmi() local
2518 &if_true, &if_false, &fall_through); in EmitIsSmi()
2522 Split(eq, t0, Operand(zero_reg), if_true, if_false, fall_through); in EmitIsSmi()
2537 Label* fall_through = NULL; in EmitIsNonNegativeSmi() local
2539 &if_true, &if_false, &fall_through); in EmitIsNonNegativeSmi()
[all …]
/external/v8/src/x64/
Dfull-codegen-x64.cc609 Label* fall_through) { in DoTest() argument
615 Split(not_zero, if_true, if_false, fall_through); in DoTest()
622 Label* fall_through) { in Split() argument
623 if (if_false == fall_through) { in Split()
625 } else if (if_true == fall_through) { in Split()
2325 Label* fall_through = NULL; in EmitIsSmi() local
2327 &if_true, &if_false, &fall_through); in EmitIsSmi()
2346 Label* fall_through = NULL; in EmitIsNonNegativeSmi() local
2348 &if_true, &if_false, &fall_through); in EmitIsNonNegativeSmi()
2352 Split(non_negative_smi, if_true, if_false, fall_through); in EmitIsNonNegativeSmi()
[all …]
/external/dbus/test/
Ddecode-gcov.c621 unsigned int fall_through : 1; member
704 arc->fall_through = TRUE; in function_add_arc()