HomeSort by relevance Sort by last modified time
    Searched defs:fall_through (Results 1 - 14 of 14) sorted by null

  /external/iproute2/tc/
f_tcindex.c 22 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 ");
  /art/compiler/dex/quick/
mir_to_lir.cc 275 LIR* fall_through = &label_list[bb->fall_through->id]; local
280 BasicBlock* target = is_taken ? bb->taken : bb->fall_through;
290 fall_through);
302 LIR* fall_through = &label_list[bb->fall_through->id]; local
306 BasicBlock* target = is_taken ? bb->taken : bb->fall_through;
315 GenCompareZeroAndBranch(opcode, rl_src[0], taken, fall_through);
776 if (bb->fall_through) {
777 OpUnconditionalBranch(&block_label_list_[bb->fall_through->id])
    [all...]
  /external/chromium_org/v8/src/
full-codegen.h 390 Label* fall_through);
401 Label* fall_through);
406 Label* fall_through);
454 Label* fall_through) {
455 TestContext context(this, expr, if_true, if_false, fall_through);
762 Label** fall_through) const = 0;
803 Label** fall_through) const;
824 Label** fall_through) const;
834 Label* fall_through)
839 fall_through_(fall_through) { }
849 Label* fall_through() const { return fall_through_; } function in class:v8::internal::FullCodeGenerator::TestContext
    [all...]
jsregexp.cc 2239 Label fall_through; local
3126 Label fall_through, dummy; local
    [all...]
  /external/v8/src/
full-codegen.h 305 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) { }
742 Label* fall_through() const { return fall_through_; } function in class:v8::internal::FullCodeGenerator::TestContext
    [all...]
  /art/compiler/dex/
mir_graph.h 269 BasicBlock* fall_through; member in struct:art::BasicBlock
569 return IsBackedge(branch_bb, branch_bb->taken) || IsBackedge(branch_bb, branch_bb->fall_through);
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 681 Label* fall_through) {
685 Split(ne, if_true, if_false, fall_through);
692 Label* fall_through) {
693 if (if_false == fall_through) {
695 } else if (if_true == fall_through) {
2894 Label* fall_through = NULL; local
2915 Label* fall_through = NULL; local
2936 Label* fall_through = NULL; local
2969 Label* fall_through = NULL; local
2991 Label* fall_through = NULL; local
3016 Label* fall_through = NULL; local
3103 Label* fall_through = NULL; local
3125 Label* fall_through = NULL; local
3147 Label* fall_through = NULL; local
3167 Label* fall_through = NULL; local
3203 Label* fall_through = NULL; local
3941 Label* fall_through = NULL; local
4575 Label* fall_through = NULL; local
4663 Label* fall_through = NULL; local
4729 Label* fall_through = NULL; local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 644 Label* fall_through) {
649 Split(not_zero, if_true, if_false, fall_through);
656 Label* fall_through) {
657 if (if_false == fall_through) {
659 } else if (if_true == fall_through) {
2843 Label* fall_through = NULL; local
2864 Label* fall_through = NULL; local
2885 Label* fall_through = NULL; local
2917 Label* fall_through = NULL; local
2939 Label* fall_through = NULL; local
2964 Label* fall_through = NULL; local
3053 Label* fall_through = NULL; local
3075 Label* fall_through = NULL; local
3097 Label* fall_through = NULL; local
3117 Label* fall_through = NULL; local
3153 Label* fall_through = NULL; local
3909 Label* fall_through = NULL; local
4584 Label* fall_through = NULL; local
4669 Label* fall_through = NULL; local
4736 Label* fall_through = NULL; local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 680 Label* fall_through) {
685 Split(ne, v0, Operand(at), if_true, if_false, fall_through);
694 Label* fall_through) {
695 if (if_false == fall_through) {
697 } else if (if_true == fall_through) {
2916 Label* fall_through = NULL; local
2937 Label* fall_through = NULL; local
2958 Label* fall_through = NULL; local
2989 Label* fall_through = NULL; local
3012 Label* fall_through = NULL; local
3037 Label* fall_through = NULL; local
3123 Label* fall_through = NULL; local
3146 Label* fall_through = NULL; local
3169 Label* fall_through = NULL; local
3188 Label* fall_through = NULL; local
3224 Label* fall_through = NULL; local
3972 Label* fall_through = NULL; local
4609 Label* fall_through = NULL; local
4696 Label* fall_through = NULL; local
4758 Label* fall_through = NULL; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 683 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
2513 Label* fall_through = NULL; local
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/
full-codegen-ia32.cc 668 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
2452 Label* fall_through = NULL; local
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/
full-codegen-mips.cc 691 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
2537 Label* fall_through = NULL; local
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/
full-codegen-x64.cc 609 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
2346 Label* fall_through = NULL; local
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/x64/
full-codegen-x64.cc 653 Label* fall_through) {
658 Split(not_zero, if_true, if_false, fall_through);
665 Label* fall_through) {
666 if (if_false == fall_through) {
668 } else if (if_true == fall_through) {
2822 Label* fall_through = NULL; local
2843 Label* fall_through = NULL; local
2864 Label* fall_through = NULL; local
2896 Label* fall_through = NULL; local
2918 Label* fall_through = NULL; local
2943 Label* fall_through = NULL; local
3030 Label* fall_through = NULL; local
3052 Label* fall_through = NULL; local
3074 Label* fall_through = NULL; local
3094 Label* fall_through = NULL; local
3130 Label* fall_through = NULL; local
3875 Label* fall_through = NULL; local
4569 Label* fall_through = NULL; local
4654 Label* fall_through = NULL; local
4721 Label* fall_through = NULL; local
    [all...]

Completed in 419 milliseconds