Home
last modified time | relevance | path

Searched refs:IsBinaryWithFeedback (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-operator.cc26 DCHECK(JSOperator::IsBinaryWithFeedback(opcode)); in BinopProperties()
261 JSOperator::IsBinaryWithFeedback(op->opcode()) || in FeedbackParameterOf()
Djs-operator.h67 static constexpr bool IsBinaryWithFeedback(Operator::Opcode opcode) { in IsBinaryWithFeedback() function
1175 DCHECK(JSOperator::IsBinaryWithFeedback(node->opcode())); in JS_UNOP_WITH_FEEDBACK()
Dbytecode-graph-builder.cc2887 DCHECK(JSOperator::IsBinaryWithFeedback(op->opcode())); in BuildBinaryOp()
3058 DCHECK(JSOperator::IsBinaryWithFeedback(op->opcode())); in BuildBinaryOpWithImmediate()
3197 DCHECK(JSOperator::IsBinaryWithFeedback(op->opcode())); in BuildCompareOp()
Djs-typed-lowering.cc279 if (JSOperator::IsBinaryWithFeedback(node_->opcode())) { in ChangeToPureOperator()
317 if (JSOperator::IsBinaryWithFeedback(node_->opcode())) { in ChangeToSpeculativeOperator()
Djs-generic-lowering.cc164 DCHECK(JSOperator::IsBinaryWithFeedback(node->opcode())); in DEF_UNARY_LOWERING()