/external/v8/test/unittests/compiler/ |
D | node-matchers-unittest.cc | 737 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 749 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 760 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 777 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 798 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 807 Node* if_true = graph()->NewNode(common()->IfTrue(), sw); in TEST_F() local 816 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 831 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 845 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 857 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local [all …]
|
D | common-operator-reducer-unittest.cc | 79 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 96 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 113 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 130 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 147 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 164 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 183 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 204 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 218 Node* const if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local 326 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local [all …]
|
D | change-lowering-unittest.cc | 371 Capture<Node*> add, branch, heap_number, if_true; in TARGET_TEST_F() local 402 Capture<Node*> branch, if_true; in TARGET_TEST_F() local 427 Capture<Node*> branch, if_true; in TARGET_TEST_F() local 450 Capture<Node*> branch, if_true; in TARGET_TEST_F() local 528 Capture<Node*> branch, if_true; in TARGET_TEST_F() local 553 Capture<Node*> branch, if_true; in TARGET_TEST_F() local 577 Capture<Node*> branch, if_true; in TARGET_TEST_F() local
|
D | loop-peeling-unittest.cc | 30 Node* if_true; member 38 Node* if_true; member 110 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in NewWhile() local 129 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in NewBranch() local
|
D | control-flow-optimizer-unittest.cc | 111 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in TEST_F() local
|
D | node-properties-unittest.cc | 91 Node* if_true = NewMockNode(common.IfTrue(), branch); in TEST_F() local
|
/external/v8/src/compiler/ |
D | change-lowering.cc | 254 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeInt32ToTagged() local 287 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeTaggedToUI32() local 384 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeTaggedToFloat64() local 408 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ChangeUint32ToTagged() local
|
D | common-operator-reducer.cc | 142 Node* if_true = node->InputAt(0); in ReduceMerge() local 197 Node* if_true = merge->InputAt(0); in ReducePhi() local
|
D | diamond.h | 21 Node* if_true; member
|
D | js-intrinsic-lowering.cc | 207 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType() local 250 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsFunction() local 294 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsJSReceiver() local
|
D | control-flow-optimizer.cc | 221 Node* if_true; in TryBuildSwitch() local
|
D | js-global-object-specialization.cc | 210 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSStoreGlobal() local
|
D | simplified-lowering.cc | 1534 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in DoLoadBuffer() local 1591 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in DoObjectIsNumber() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
|
/external/v8/test/cctest/compiler/ |
D | test-osr.cc | 197 Node* if_true = T.graph.NewNode(T.common.IfTrue(), branch); in TEST() local 298 Node* if_true; member 519 Node* if_true = T.graph.NewNode(T.common.IfTrue(), branch); in TEST() local
|
D | test-loop-analysis.cc | 189 Node* if_true; member 624 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in TEST() local 661 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in TEST() local 696 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in TEST() local 934 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in RunManyChainedLoops_i() local 970 Node* if_true = t.graph.NewNode(t.common.IfTrue(), branch); in RunManyNestedLoops_i() local
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 630 Label* if_true, in DoTest() 641 Label* if_true, in Split() 710 Label* if_true, in PrepareForBailoutBeforeSplit() 2958 Label* if_true = NULL; in EmitIsSmi() local 2979 Label* if_true = NULL; in EmitIsJSReceiver() local 3001 Label* if_true = NULL; in EmitIsSimdValue() local 3023 Label* if_true = NULL; in EmitIsFunction() local 3045 Label* if_true = NULL; in EmitIsMinusZero() local 3072 Label* if_true = NULL; in EmitIsArray() local 3094 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 683 Label* if_true, in DoTest() 698 Label* if_true, in Split() 765 Label* if_true, in PrepareForBailoutBeforeSplit() 2808 Label* if_true = NULL; in EmitIsSmi() local 2828 Label* if_true = NULL; in EmitIsJSReceiver() local 2850 Label* if_true = NULL; in EmitIsSimdValue() local 2872 Label* if_true = NULL; in EmitIsFunction() local 2894 Label* if_true = NULL; in EmitIsMinusZero() local 2921 Label* if_true = NULL; in EmitIsArray() local 2943 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 633 Label* if_true, in DoTest() 644 Label* if_true, in Split() 713 Label* if_true, in PrepareForBailoutBeforeSplit() 2966 Label* if_true = NULL; in EmitIsSmi() local 2987 Label* if_true = NULL; in EmitIsJSReceiver() local 3009 Label* if_true = NULL; in EmitIsSimdValue() local 3031 Label* if_true = NULL; in EmitIsFunction() local 3053 Label* if_true = NULL; in EmitIsMinusZero() local 3080 Label* if_true = NULL; in EmitIsArray() local 3102 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 645 Label* if_true, in DoTest() 656 Label* if_true, in Split() 725 Label* if_true, in PrepareForBailoutBeforeSplit() 2953 Label* if_true = NULL; in EmitIsSmi() local 2974 Label* if_true = NULL; in EmitIsJSReceiver() local 2996 Label* if_true = NULL; in EmitIsSimdValue() local 3018 Label* if_true = NULL; in EmitIsFunction() local 3040 Label* if_true = NULL; in EmitIsMinusZero() local 3067 Label* if_true = NULL; in EmitIsArray() local 3089 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 679 Label* if_true, in DoTest() 693 Label* if_true, in Split() 764 Label* if_true, in PrepareForBailoutBeforeSplit() 3078 Label* if_true = NULL; in EmitIsSmi() local 3099 Label* if_true = NULL; in EmitIsJSReceiver() local 3122 Label* if_true = NULL; in EmitIsSimdValue() local 3144 Label* if_true = NULL; in EmitIsFunction() local 3167 Label* if_true = NULL; in EmitIsMinusZero() local 3197 Label* if_true = NULL; in EmitIsArray() local 3220 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 686 Label* if_true, in DoTest() 697 Label* if_true, in Split() 769 Label* if_true, in PrepareForBailoutBeforeSplit() 3091 Label* if_true = NULL; in EmitIsSmi() local 3112 Label* if_true = NULL; in EmitIsJSReceiver() local 3134 Label* if_true = NULL; in EmitIsSimdValue() local 3156 Label* if_true = NULL; in EmitIsFunction() local 3178 Label* if_true = NULL; in EmitIsMinusZero() local 3204 Label* if_true = NULL; in EmitIsArray() local 3226 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 678 Label* if_true, in DoTest() 692 Label* if_true, in Split() 763 Label* if_true, in PrepareForBailoutBeforeSplit() 3083 Label* if_true = NULL; in EmitIsSmi() local 3104 Label* if_true = NULL; in EmitIsJSReceiver() local 3127 Label* if_true = NULL; in EmitIsSimdValue() local 3149 Label* if_true = NULL; in EmitIsFunction() local 3172 Label* if_true = NULL; in EmitIsMinusZero() local 3202 Label* if_true = NULL; in EmitIsArray() local 3225 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 656 void FullCodeGenerator::DoTest(Expression* condition, Label* if_true, in DoTest() 665 void FullCodeGenerator::Split(Condition cond, Label* if_true, Label* if_false, in Split() 730 Label* if_true, in PrepareForBailoutBeforeSplit() 3077 Label* if_true = NULL; in EmitIsSmi() local 3098 Label* if_true = NULL; in EmitIsJSReceiver() local 3120 Label* if_true = NULL; in EmitIsSimdValue() local 3142 Label* if_true = NULL; in EmitIsFunction() local 3164 Label* if_true = NULL; in EmitIsMinusZero() local 3201 Label* if_true = NULL; in EmitIsArray() local 3223 Label* if_true = NULL; in EmitIsTypedArray() local [all …]
|
/external/v8/src/full-codegen/ |
D | full-codegen.cc | 324 Label** if_true, in PrepareTest() 336 Label** if_true, in PrepareTest() 347 Label** if_true, in PrepareTest() 358 Label** if_true, in PrepareTest()
|