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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util_unittest.cc 64 typedef if_<true, true_type, false_type>::type if_true; typedef
65 EXPECT_TRUE(if_true::value);
  /external/chromium_org/tools/gn/
parse_tree.h 197 const BlockNode* if_true() const { return if_true_.get(); } function in class:ConditionNode
  /art/compiler/dex/
mir_optimization.cc 364 MIR* if_true = tk->first_mir_insn; local
367 MIR* phi = FindPhi(tk_tk, if_true->ssa_rep->defs[0]);
368 if ((phi != NULL) && (if_true->dalvikInsn.vA == if_false->dalvikInsn.vA)) {
379 MIR* tmp_mir = if_true;
380 if_true = if_false;
384 bool const_form = (SelectKind(if_true) == kSelectConst);
385 if ((SelectKind(if_true) == kSelectMove)) {
386 if (IsConst(if_true->ssa_rep->uses[0]) &&
389 if_true->dalvikInsn.vB = ConstantValue(if_true->ssa_rep->uses[0])
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 675 Label* if_true,
681 Split(ne, if_true, if_false, fall_through);
686 Label* if_true,
690 __ b(cond, if_true);
691 } else if (if_true == fall_through) {
694 __ b(cond, if_true);
758 Label* if_true,
771 Split(eq, if_true, if_false, NULL);
2889 Label* if_true = NULL; local
2910 Label* if_true = NULL; local
2931 Label* if_true = NULL; local
2964 Label* if_true = NULL; local
2986 Label* if_true = NULL; local
3011 Label* if_true = NULL; local
3099 Label* if_true = NULL; local
3121 Label* if_true = NULL; local
3147 Label* if_true = NULL; local
3169 Label* if_true = NULL; local
3189 Label* if_true = NULL; local
3225 Label* if_true = NULL; local
3878 Label* if_true = NULL; local
4524 Label* if_true = NULL; local
4612 Label* if_true = NULL; local
4678 Label* if_true = NULL; local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 637 Label* if_true,
644 Split(not_zero, if_true, if_false, fall_through);
649 Label* if_true,
653 __ j(cc, if_true);
654 } else if (if_true == fall_through) {
657 __ j(cc, if_true);
718 Label* if_true,
730 Split(equal, if_true, if_false, NULL);
2837 Label* if_true = NULL; local
2858 Label* if_true = NULL; local
2879 Label* if_true = NULL; local
2911 Label* if_true = NULL; local
2933 Label* if_true = NULL; local
2958 Label* if_true = NULL; local
3048 Label* if_true = NULL; local
3070 Label* if_true = NULL; local
3096 Label* if_true = NULL; local
3118 Label* if_true = NULL; local
3138 Label* if_true = NULL; local
3174 Label* if_true = NULL; local
3840 Label* if_true = NULL; local
4528 Label* if_true = NULL; local
4613 Label* if_true = NULL; local
4680 Label* if_true = NULL; local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 684 Label* if_true,
691 Split(ne, v0, Operand(at), if_true, if_false, fall_through);
698 Label* if_true,
702 __ Branch(if_true, cc, lhs, rhs);
703 } else if (if_true == fall_through) {
706 __ Branch(if_true, cc, lhs, rhs);
769 Label* if_true,
781 Split(eq, a0, Operand(t0), if_true, if_false, NULL);
2921 Label* if_true = NULL; local
2942 Label* if_true = NULL; local
2963 Label* if_true = NULL; local
2994 Label* if_true = NULL; local
3017 Label* if_true = NULL; local
3042 Label* if_true = NULL; local
3129 Label* if_true = NULL; local
3152 Label* if_true = NULL; local
3182 Label* if_true = NULL; local
3205 Label* if_true = NULL; local
3224 Label* if_true = NULL; local
3260 Label* if_true = NULL; local
3929 Label* if_true = NULL; local
4583 Label* if_true = NULL; local
4670 Label* if_true = NULL; local
4732 Label* if_true = NULL; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 681 Label* if_true,
696 Split(ne, if_true, if_false, fall_through);
701 Label* if_true,
705 __ b(cond, if_true);
706 } else if (if_true == fall_through) {
709 __ b(cond, if_true);
773 Label* if_true,
786 Split(eq, if_true, if_false, NULL);
2490 Label* if_true = NULL; local
2511 Label* if_true = NULL; local
2532 Label* if_true = NULL; local
2565 Label* if_true = NULL; local
2587 Label* if_true = NULL; local
2612 Label* if_true = NULL; local
2697 Label* if_true = NULL; local
2719 Label* if_true = NULL; local
2741 Label* if_true = NULL; local
2761 Label* if_true = NULL; local
2797 Label* if_true = NULL; local
3462 Label* if_true = NULL; local
4124 Label* if_true = NULL; local
4208 Label* if_true = NULL; local
4296 Label* if_true = NULL; local
    [all...]
  /external/v8/src/
hydrogen.h 657 HBasicBlock* if_true,
661 if_true_(if_true),
675 HBasicBlock* if_true() const { return if_true_; } function in class:v8::internal::TestContext
    [all...]
hydrogen.cc 2185 HBasicBlock* if_true = owner->graph()->CreateBasicBlock(); local
4050 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
5094 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
5434 HBasicBlock* if_true = inlined_test_context()->if_true(); local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 666 Label* if_true,
674 Split(not_zero, if_true, if_false, fall_through);
679 Label* if_true,
683 __ j(cc, if_true);
684 } else if (if_true == fall_through) {
687 __ j(cc, if_true);
748 Label* if_true,
760 Split(equal, if_true, if_false, NULL);
2429 Label* if_true = NULL; local
2450 Label* if_true = NULL; local
2471 Label* if_true = NULL; local
2503 Label* if_true = NULL; local
2525 Label* if_true = NULL; local
2550 Label* if_true = NULL; local
2633 Label* if_true = NULL; local
2655 Label* if_true = NULL; local
2677 Label* if_true = NULL; local
2697 Label* if_true = NULL; local
2733 Label* if_true = NULL; local
3406 Label* if_true = NULL; local
4116 Label* if_true = NULL; local
4197 Label* if_true = NULL; local
4286 Label* if_true = NULL; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 689 Label* if_true,
703 Split(ne, v0, Operand(at), if_true, if_false, fall_through);
710 Label* if_true,
714 __ Branch(if_true, cc, lhs, rhs);
715 } else if (if_true == fall_through) {
718 __ Branch(if_true, cc, lhs, rhs);
781 Label* if_true,
793 Split(eq, a0, Operand(t0), if_true, if_false, NULL);
2514 Label* if_true = NULL; local
2535 Label* if_true = NULL; local
2556 Label* if_true = NULL; local
2587 Label* if_true = NULL; local
2610 Label* if_true = NULL; local
2635 Label* if_true = NULL; local
2717 Label* if_true = NULL; local
2740 Label* if_true = NULL; local
2763 Label* if_true = NULL; local
2782 Label* if_true = NULL; local
2818 Label* if_true = NULL; local
3495 Label* if_true = NULL; local
4167 Label* if_true = NULL; local
4250 Label* if_true = NULL; local
4334 Label* if_true = NULL; local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 607 Label* if_true,
615 Split(not_zero, if_true, if_false, fall_through);
620 Label* if_true,
624 __ j(cc, if_true);
625 } else if (if_true == fall_through) {
628 __ j(cc, if_true);
688 Label* if_true,
700 Split(equal, if_true, if_false, NULL);
2323 Label* if_true = NULL; local
2344 Label* if_true = NULL; local
2365 Label* if_true = NULL; local
2397 Label* if_true = NULL; local
2419 Label* if_true = NULL; local
2444 Label* if_true = NULL; local
2526 Label* if_true = NULL; local
2548 Label* if_true = NULL; local
2570 Label* if_true = NULL; local
2590 Label* if_true = NULL; local
2626 Label* if_true = NULL; local
3297 Label* if_true = NULL; local
4030 Label* if_true = NULL; local
4111 Label* if_true = NULL; local
4200 Label* if_true = NULL; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 851 HBasicBlock* if_true,
855 if_true_(if_true),
873 HBasicBlock* if_true() const { return if_true_; } function in class:v8::internal::V8_FINAL
    [all...]
hydrogen.cc 3341 HBasicBlock* if_true = owner->graph()->CreateBasicBlock(); local
5522 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
5658 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
6860 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
7255 HBasicBlock* if_true = inlined_test_context()->if_true(); local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 643 Label* if_true,
650 Split(not_zero, if_true, if_false, fall_through);
655 Label* if_true,
659 __ j(cc, if_true);
660 } else if (if_true == fall_through) {
663 __ j(cc, if_true);
724 Label* if_true,
736 Split(equal, if_true, if_false, NULL);
2815 Label* if_true = NULL; local
2836 Label* if_true = NULL; local
2857 Label* if_true = NULL; local
2889 Label* if_true = NULL; local
2911 Label* if_true = NULL; local
2936 Label* if_true = NULL; local
3022 Label* if_true = NULL; local
3044 Label* if_true = NULL; local
3071 Label* if_true = NULL; local
3093 Label* if_true = NULL; local
3113 Label* if_true = NULL; local
3149 Label* if_true = NULL; local
3814 Label* if_true = NULL; local
4518 Label* if_true = NULL; local
4603 Label* if_true = NULL; local
4670 Label* if_true = NULL; local
    [all...]

Completed in 89 milliseconds