HomeSort by relevance Sort by last modified time
    Searched refs:fall_through (Results 1 - 25 of 27) sorted by null

1 2

  /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 ");
  /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...]
full-codegen.cc 554 Label** fall_through) const {
557 *if_true = *if_false = *fall_through = materialize_true;
566 Label** fall_through) const {
567 *if_true = *fall_through = materialize_true;
577 Label** fall_through) const {
578 *if_true = *fall_through = materialize_true;
588 Label** fall_through) const {
591 *fall_through = fall_through_;
599 context->fall_through());
974 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...]
  /art/compiler/dex/
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...]
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...]
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/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...]
gen_common.cc 87 LIR* fall_through) {
130 OpUnconditionalBranch(fall_through);
136 OpUnconditionalBranch(fall_through);
140 LIR* fall_through) {
167 OpUnconditionalBranch(fall_through);
    [all...]
mir_to_lir.h 393 RegLocation rl_src2, LIR* taken, LIR* fall_through);
395 LIR* taken, LIR* fall_through);
    [all...]
  /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/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...]
  /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/
call_arm.cc 106 bb = bb->fall_through;

Completed in 580 milliseconds

1 2