Home
last modified time | relevance | path

Searched defs:if_true (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
Ddiamond.h21 Node* if_true; member
Dcontrol-flow-optimizer.cc88 Node* if_true; in TryBuildSwitch() local
Dgraph-assembler.h695 GraphAssemblerLabel<sizeof...(Vars)>* if_true, in Branch()
708 Node* condition, GraphAssemblerLabel<sizeof...(Vars)>* if_true, in BranchWithHint()
716 GraphAssemblerLabel<sizeof...(Vars)>* if_true, in BranchImpl()
Dcommon-operator-reducer.cc193 Node* if_true = node->InputAt(0); in ReduceMerge() local
251 Node* if_true = merge_inputs[0]; in ReducePhi() local
Djs-native-context-specialization.cc1181 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceNamedAccess() local
2767 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2839 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2979 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
3087 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
3210 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
3263 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildIndexedStringLoad() local
Djs-intrinsic-lowering.cc250 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType() local
Djs-typed-lowering.cc1126 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSToObject() local
1895 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInNext() local
2000 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInPrepare() local
Djs-call-reducer.cc157 auto if_true = (hint_ == BranchHint::kFalse) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() local
224 auto if_true = (hint_ == BranchHint::kFalse) ? gasm_->MakeDeferredLabel() in Value() local
3170 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceReflectGet() local
3241 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceReflectHas() local
5371 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceStringPrototypeSubstr() local
5422 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceStringPrototypeSubstr() local
5514 Node** if_true, Node** if_false) { in CheckIfElementsKind()
5738 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceArrayPrototypePop() local
6346 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceArrayIteratorPrototypeNext() local
6989 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReducePromisePrototypeFinally() local
[all …]
Dcode-assembler.h693 CodeAssemblerParameterizedLabel<T...>* if_true, in Branch()
701 CodeAssemblerParameterizedLabel<T...>* if_true, in Branch()
Dgraph-assembler.cc558 Node* condition, GraphAssemblerLabel<0u>* if_true, in BranchWithCriticalSafetyCheck()
Djs-generic-lowering.cc1206 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in LowerJSStackCheck() local
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1026 void BranchIfSmiEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiEqual()
1031 void BranchIfSmiLessThan(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThan()
1036 void BranchIfSmiLessThanOrEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThanOrEqual()
1041 void BranchIfFloat64IsNaN(TNode<Float64T> value, Label* if_true, in BranchIfFloat64IsNaN()
1054 Label* if_true) { 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.h641 Block* if_true; member
661 Block* if_true; member
Dast.h448 Expression* if_true; member
706 Statement* if_true; member
Dtorque-parser.cc1345 auto if_true = child_results->NextAs<Statement*>(); in MakeIfStatement() local
2012 auto if_true = child_results->NextAs<Expression*>(); in MakeConditionalExpression() local
/third_party/ltp/tools/sparse/sparse-src/
Dparse.h64 struct statement *if_true; 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.cc847 Label* if_true, Label* if_false) { in BranchIfMapIteratorProtectorValid()
859 Label* if_true, in BranchIfIterableWithOriginalKeyOrValueMapIterator()
898 TNode<Context> context, compiler::CodeAssemblerLabel* if_true, in BranchIfIterableWithOriginalKeyOrValueMapIterator()
906 Label* if_true, Label* if_false) { in BranchIfSetIteratorProtectorValid()
916 TNode<Object> iterable, TNode<Context> context, Label* if_true, in BranchIfIterableWithOriginalValueSetIterator()
965 TNode<Context> context, compiler::CodeAssemblerLabel* if_true, 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.cc1505 TNode<Object> object, TNode<Context> context, Label* if_true, in BranchIfStringPrimitiveWithNoCustomIteration()
/third_party/gn/src/gn/
Dparse_tree.h347 const BlockNode* if_true() const { return if_true_.get(); } in if_true() function
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc1138 [&](Label* if_true, Label::Distance distance) { in VisitToBooleanLogicalNot()
1145 [&](Label* if_true, Label::Distance distance) { in VisitLogicalNot()

12