Searched refs:if_true (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true; typedef
65 EXPECT_TRUE(if_true::value);
/external/v8/src/arm/
H A Dfull-codegen-arm.cc681 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
2494 &if_true,
680 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
700 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
771 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dlithium-codegen-arm.h166 void EmitClassOfTest(Label* if_true,
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc666 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
2433 &if_true,
665 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
678 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
746 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dlithium-codegen-ia32.h154 void EmitClassOfTest(Label* if_true,
/external/v8/src/mips/
H A Dfull-codegen-mips.cc689 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
2518 &if_true,
688 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
707 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
779 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dlithium-codegen-mips.h163 void EmitClassOfTest(Label* if_true,
/external/v8/src/x64/
H A Dfull-codegen-x64.cc607 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
2327 &if_true,
606 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
619 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
686 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dlithium-codegen-x64.h145 void EmitClassOfTest(Label* if_true,
/external/v8/src/
H A Dfull-codegen.h303 Label* if_true,
314 Label* if_true,
319 Label* if_true,
367 Label* if_true,
370 TestContext context(this, expr, if_true, if_false, fall_through);
418 Label* if_true,
653 Label** if_true,
694 Label** if_true,
715 Label** if_true,
754 Label** if_true,
366 VisitForControl(Expression* expr, Label* if_true, Label* if_false, Label* fall_through) argument
[all...]
H A Dfull-codegen.cc523 Label** if_true,
528 *if_true = *if_false = *fall_through = materialize_true;
535 Label** if_true,
538 *if_true = *fall_through = materialize_true;
546 Label** if_true,
549 *if_true = *fall_through = materialize_true;
557 Label** if_true,
560 *if_true = true_label_;
520 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
532 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
543 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
554 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
H A Dhydrogen.cc2185 HBasicBlock* if_true = owner->graph()->CreateBasicBlock(); local
2187 if_true->MarkAsInlineReturnTarget();
2192 test_context_ = new TestContext(owner, cond, if_true, if_false);
2340 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2362 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2858 current_block()->Goto(test->if_true(), function_state()->drop_extra());
2889 test->if_true(),
4050 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
4053 new(zone()) HCompareMap(object, map, if_true, if_false);
4056 set_current_block(if_true);
5094 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
5434 HBasicBlock* if_true = inlined_test_context()->if_true(); local
[all...]
H A Dhydrogen.h657 HBasicBlock* if_true,
661 if_true_(if_true),
675 HBasicBlock* if_true() const { return if_true_; } function in class:v8::internal::TestContext
655 TestContext(HGraphBuilder* owner, Expression* condition, HBasicBlock* if_true, HBasicBlock* if_false) argument
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc675 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
2893 &if_true,
674 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
685 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument
756 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dlithium-codegen-arm.h176 void EmitClassOfTest(Label* if_true,
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc637 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
2841 &if_true,
636 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
648 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
716 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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/
H A Dfull-codegen-mips.cc684 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
2925 &if_true,
683 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
695 Split(Condition cc, Register lhs, const Operand& rhs, Label* if_true, Label* if_false, Label* fall_through) argument
767 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dlithium-codegen-mips.h176 void EmitClassOfTest(Label* if_true,
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc643 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
2819 &if_true,
642 DoTest(Expression* condition, Label* if_true, Label* if_false, Label* fall_through) argument
654 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument
722 PrepareForBailoutBeforeSplit(Expression* expr, bool should_normalize, Label* if_true, Label* if_false) argument
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...]
H A Dlithium-codegen-x64.h143 void EmitClassOfTest(Label* if_true,
/external/chromium_org/v8/src/
H A Dfull-codegen.h329 Label* if_true,
340 Label* if_true,
345 Label* if_true,
393 Label* if_true,
396 TestContext context(this, expr, if_true, if_false, fall_through);
455 Label* if_true,
696 Label** if_true,
737 Label** if_true,
758 Label** if_true,
797 Label** if_true,
392 VisitForControl(Expression* expr, Label* if_true, Label* if_false, Label* fall_through) argument
[all...]
H A Dcode-stubs-hydrogen.cc1038 IfBuilder if_true(this);
1039 if_true.If<HBranch>(GetParameter(0), stub->GetTypes());
1040 if_true.Then();
1041 if_true.Return(graph()->GetConstant1());
1042 if_true.Else();
1043 if_true.End();
H A Dfull-codegen.cc550 Label** if_true,
555 *if_true = *if_false = *fall_through = materialize_true;
562 Label** if_true,
565 *if_true = *fall_through = materialize_true;
573 Label** if_true,
576 *if_true = *fall_through = materialize_true;
584 Label** if_true,
587 *if_true = true_label_;
547 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
559 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
570 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
581 PrepareTest( Label* materialize_true, Label* materialize_false, Label** if_true, Label** if_false, Label** fall_through) const argument
H A Dhydrogen.cc3341 HBasicBlock* if_true = owner->graph()->CreateBasicBlock(); local
3343 if_true->MarkAsInlineReturnTarget(owner->current_block());
3349 test_context_ = new TestContext(owner, cond, if_true, if_false);
3541 owner()->Goto(empty_true, if_true(), owner()->function_state());
3553 owner()->Goto(true_branch, if_true(), owner()->function_state());
4069 Goto(test->if_true(), state);
4109 VisitForControl(stmt->expression(), test->if_true(), test->if_false());
5522 HBasicBlock* if_true = graph()->CreateBasicBlock(); local
5525 object, info.map(), if_true, if_false);
5528 set_current_block(if_true);
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/tools/gn/
H A Dparse_tree.h197 const BlockNode* if_true() const { return if_true_.get(); } function in class:ConditionNode

Completed in 402 milliseconds

12