/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/ |
mir_optimization.cc | 111 bb = bb->fall_through; 156 if (((bb->taken != NULL) && (bb->fall_through == NULL)) && 162 bb = (bb->taken != NULL) ? NULL : bb->fall_through; 315 (IsBackedge(bb, bb->fall_through) && bb->fall_through->dominates_return)) { 331 BasicBlock* ft = bb->fall_through; 333 BasicBlock* ft_ft = ft->fall_through; 338 BasicBlock* tk_ft = tk->fall_through; 516 if (prev->fall_through == walker) { 540 prev->taken = prev->fall_through; [all...] |
mir_graph.cc | 164 bottom_block->fall_through = orig_block->fall_through; 165 orig_block->fall_through = bottom_block; 167 if (bottom_block->fall_through) { 168 bottom_block->fall_through->predecessors->Delete(orig_block); 169 bottom_block->fall_through->predecessors->Insert(bottom_block); 334 cur_block->fall_through = fallthrough_block; 415 cur_block->fall_through = fallthrough_block; 491 cur_block->fall_through = new_block; 564 entry_block_->fall_through = cur_block [all...] |
ssa_transformation.cc | 41 BasicBlock* res = NeedsVisit(bb->fall_through); 226 if (bb->fall_through) { 227 CheckForDominanceFrontier(bb, bb->fall_through); 469 if (bb->fall_through && bb->fall_through->data_flow_info) 470 ComputeSuccLineIn(temp_dalvik_register_v, bb->fall_through->data_flow_info->live_in_v, 647 if (block->fall_through) { 648 DoDFSPreOrderSSARename(block->fall_through);
|
mir_analysis.cc | 867 ending_bb = ending_bb->fall_through; 879 if ((ending_bb->taken != NULL) && (ending_bb->fall_through == NULL)) { 880 if ((ending_bb->taken->taken == bb) || (ending_bb->taken->fall_through == bb)) { 925 tbb = tbb->fall_through;
|
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/ |
full-codegen.h | 331 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) { } 785 Label* fall_through() const { return fall_through_; } function in class:v8::internal::FullCodeGenerator::TestContext [all...] |
full-codegen.cc | 552 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...] |
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...] |
full-codegen.cc | 525 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/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...] |
/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...] |
mir_to_lir.h | 393 RegLocation rl_src2, LIR* taken, LIR* fall_through); 395 LIR* taken, LIR* fall_through); [all...] |
gen_common.cc | 88 LIR* fall_through) { 131 OpUnconditionalBranch(fall_through); 137 OpUnconditionalBranch(fall_through); 141 LIR* fall_through) { 168 OpUnconditionalBranch(fall_through); [all...] |
/external/chromium_org/v8/src/arm/ |
full-codegen-arm.cc | 677 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 2912 Label* fall_through = NULL; local 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/ |
full-codegen-ia32.cc | 639 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 2860 Label* fall_through = NULL; local 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/ |
full-codegen-mips.cc | 686 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 2944 Label* fall_through = NULL; local 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/ |
full-codegen-x64.cc | 645 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 2838 Label* fall_through = NULL; local 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...] |
/art/compiler/dex/portable/ |
mir_to_gbc.cc | 135 irb_->CreateSwitch(value, GetLLVMBlock(bb->fall_through->id), 147 bb->fall_through = NULL; 162 irb_->CreateSwitch(value, GetLLVMBlock(bb->fall_through->id), 174 bb->fall_through = NULL; 322 GetLLVMBlock(bb->fall_through->id)); 324 bb->fall_through = NULL; 341 GetLLVMBlock(bb->fall_through->id)); 343 bb->fall_through = NULL; [all...] |
/art/compiler/dex/quick/x86/ |
fp_x86.cc | 288 LIR* not_taken = &block_label_list_[bb->fall_through->id];
|
/art/compiler/dex/quick/arm/ |
int_arm.cc | 127 LIR* not_taken = &block_label_list_[bb->fall_through->id]; 269 LIR* not_taken = &block_label_list_[bb->fall_through->id]; [all...] |