Searched refs:fall_through (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | full-codegen.h | 298 void DoTest(Label* if_true, Label* if_false, Label* fall_through); 305 Label* fall_through); 337 Label* fall_through) { in VisitForControl() argument 338 TestContext context(this, if_true, if_false, fall_through); in VisitForControl() 359 Label* fall_through); 594 Label** fall_through) const = 0; 636 Label** fall_through) const; 660 Label** fall_through) const; 669 Label* fall_through) in TestContext() argument 673 fall_through_(fall_through) { } in TestContext() [all …]
|
D | full-codegen.cc | 483 Label** fall_through) const { in PrepareTest() 486 *if_true = *if_false = *fall_through = materialize_true; in PrepareTest() 495 Label** fall_through) const { in PrepareTest() 496 *if_true = *fall_through = materialize_true; in PrepareTest() 506 Label** fall_through) const { in PrepareTest() 507 *if_true = *fall_through = materialize_true; in PrepareTest() 517 Label** fall_through) const { in PrepareTest() 520 *fall_through = fall_through_; in PrepareTest()
|
/external/iproute2/tc/ |
D | f_tcindex.c | 157 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/ia32/ |
D | full-codegen-ia32.cc | 541 Label* fall_through) { in DoTest() argument 562 Split(not_zero, if_true, if_false, fall_through); in DoTest() 569 Label* fall_through) { in Split() argument 570 if (if_false == fall_through) { in Split() 572 } else if (if_true == fall_through) { in Split() 2336 Label* fall_through = NULL; in EmitIsSmi() local 2338 &if_true, &if_false, &fall_through); in EmitIsSmi() 2342 Split(zero, if_true, if_false, fall_through); in EmitIsSmi() 2356 Label* fall_through = NULL; in EmitIsNonNegativeSmi() local 2358 &if_true, &if_false, &fall_through); in EmitIsNonNegativeSmi() [all …]
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 563 Label* fall_through) { in DoTest() argument 595 Split(ne, if_true, if_false, fall_through); in DoTest() 602 Label* fall_through) { in Split() argument 603 if (if_false == fall_through) { in Split() 605 } else if (if_true == fall_through) { in Split() 2412 Label* fall_through = NULL; in EmitIsSmi() local 2414 &if_true, &if_false, &fall_through); in EmitIsSmi() 2418 Split(eq, if_true, if_false, fall_through); in EmitIsSmi() 2432 Label* fall_through = NULL; in EmitIsNonNegativeSmi() local 2434 &if_true, &if_false, &fall_through); in EmitIsNonNegativeSmi() [all …]
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 545 Label* fall_through) { in DoTest() argument 566 Split(not_zero, if_true, if_false, fall_through); in DoTest() 573 Label* fall_through) { in Split() argument 574 if (if_false == fall_through) { in Split() 576 } else if (if_true == fall_through) { in Split() 2312 Label* fall_through = NULL; in EmitIsSmi() local 2314 &if_true, &if_false, &fall_through); in EmitIsSmi() 2332 Label* fall_through = NULL; in EmitIsNonNegativeSmi() local 2334 &if_true, &if_false, &fall_through); in EmitIsNonNegativeSmi() 2338 Split(non_negative_smi, if_true, if_false, fall_through); in EmitIsNonNegativeSmi() [all …]
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 226 Label* fall_through) { in DoTest() argument 241 Label* fall_through) { in Split() argument 662 Label* fall_through) { in TryLiteralCompare() argument
|
/external/dbus/test/ |
D | decode-gcov.c | 621 unsigned int fall_through : 1; member 704 arc->fall_through = TRUE; in function_add_arc()
|