Home
last modified time | relevance | path

Searched defs:if_false (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
Ddiamond.h22 Node* if_false; member
Dcontrol-flow-optimizer.cc87 Node* if_false; in TryBuildSwitch() local
Dgraph-assembler.h696 GraphAssemblerLabel<sizeof...(Vars)>* if_false, in Branch()
709 GraphAssemblerLabel<sizeof...(Vars)>* if_false, BranchHint hint, in BranchWithHint()
717 GraphAssemblerLabel<sizeof...(Vars)>* if_false, in BranchImpl()
Dcommon-operator-reducer.cc194 Node* if_false = node->InputAt(1); in ReduceMerge() local
252 Node* if_false = merge_inputs[1]; in ReducePhi() local
Djs-native-context-specialization.cc1184 Control if_false{graph()->NewNode(common()->IfFalse(), branch)}; in ReduceNamedAccess() local
2788 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local
2859 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local
3016 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local
3075 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local
3217 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildElementAccess() local
3276 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in BuildIndexedStringLoad() local
Djs-typed-lowering.cc618 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSAdd() local
1130 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSToObject() local
1905 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSForInNext() local
2027 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceJSForInPrepare() local
Djs-intrinsic-lowering.cc254 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType() local
Djs-call-reducer.cc159 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() local
226 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in Value() local
3158 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceReflectGet() local
3229 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceReflectHas() local
5375 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceStringPrototypeSubstr() local
5428 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceStringPrototypeSubstr() local
5514 Node** if_true, Node** if_false) { in CheckIfElementsKind()
5742 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceArrayPrototypePop() local
6434 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceArrayIteratorPrototypeNext() local
7028 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReducePromisePrototypeFinally() local
[all …]
Dcode-assembler.h694 CodeAssemblerParameterizedLabel<T...>* if_false, Args... args) { in Branch()
703 CodeAssemblerParameterizedLabel<U...>* if_false, in Branch()
Dgraph-assembler.cc559 GraphAssemblerLabel<0u>* if_false) { in BranchWithCriticalSafetyCheck()
Djs-generic-lowering.cc1209 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in LowerJSStackCheck() local
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1027 Label* if_false) { in BranchIfSmiEqual()
1032 Label* if_false) { in BranchIfSmiLessThan()
1037 Label* if_false) { in BranchIfSmiLessThanOrEqual()
1042 Label* if_false) { in BranchIfFloat64IsNaN()
1053 void BranchIfToBooleanIsFalse(TNode<Object> value, Label* if_false, in BranchIfToBooleanIsFalse()
3576 Label* if_true, Label* if_false) { in BranchIfNumberEqual()
3582 Label* if_true, Label* if_false) { in BranchIfNumberNotEqual()
3587 Label* if_true, Label* if_false) { in BranchIfNumberLessThan()
3593 Label* if_true, Label* if_false) { in BranchIfNumberLessThanOrEqual()
3599 Label* if_true, Label* if_false) { in BranchIfNumberGreaterThan()
[all …]
/third_party/node/deps/v8/src/torque/
Dcfg.cc99 void CfgAssembler::Branch(Block* if_true, Block* if_false) { in Branch()
Dinstructions.h642 Block* if_false; member
662 Block* if_false; member
Dast.h449 Expression* if_false; member
707 base::Optional<Statement*> if_false; member
Dtorque-parser.cc1346 auto if_false = child_results->NextAs<base::Optional<Statement*>>(); in MakeIfStatement() local
2013 auto if_false = child_results->NextAs<Expression*>(); in MakeConditionalExpression() local
/third_party/ltp/tools/sparse/sparse-src/
Dparse.h65 struct statement *if_false; member
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc1260 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
1284 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
1796 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
1961 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
1977 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
1992 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
2008 Label if_true(this), if_false(this); in IGNITION_HANDLER() local
2925 Label if_true(this), if_false(this), end(this); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc960 Label* if_true, Label* if_false) { in BranchIfMapIteratorProtectorValid()
973 Label* if_false) { in BranchIfIterableWithOriginalKeyOrValueMapIterator()
1012 compiler::CodeAssemblerLabel* if_false) { in BranchIfIterableWithOriginalKeyOrValueMapIterator()
1019 Label* if_true, Label* if_false) { in BranchIfSetIteratorProtectorValid()
1030 Label* if_false) { in BranchIfIterableWithOriginalValueSetIterator()
1079 compiler::CodeAssemblerLabel* if_false) { in BranchIfIterableWithOriginalValueSetIterator()
Dbuiltins-internal-gen.cc988 Label if_true(this), if_false(this); in TF_BUILTIN() local
1003 Label if_true(this), if_false(this); in TF_BUILTIN() local
1017 Label if_true(this), if_false(this); in TF_BUILTIN() local
Dbuiltins-regexp-gen.cc1357 Label out(this), if_true(this), if_false(this); in SlowFlagGetter() local
Dbuiltins-string-gen.cc1506 Label* if_false) { in BranchIfStringPrimitiveWithNoCustomIteration()
/third_party/gn/src/gn/
Dparse_tree.h352 const ParseNode* if_false() const { return if_false_.get(); } in if_false() function
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h1494 BasicBlock* if_false() const { return if_false_.block_ptr(); } in if_false() function

12