Searched refs:IsBinaryWithFeedback (Results 1 – 5 of 5) sorted by relevance
26 DCHECK(JSOperator::IsBinaryWithFeedback(opcode)); in BinopProperties()261 JSOperator::IsBinaryWithFeedback(op->opcode()) || in FeedbackParameterOf()
67 static constexpr bool IsBinaryWithFeedback(Operator::Opcode opcode) { in IsBinaryWithFeedback() function1175 DCHECK(JSOperator::IsBinaryWithFeedback(node->opcode())); in JS_UNOP_WITH_FEEDBACK()
2887 DCHECK(JSOperator::IsBinaryWithFeedback(op->opcode())); in BuildBinaryOp()3058 DCHECK(JSOperator::IsBinaryWithFeedback(op->opcode())); in BuildBinaryOpWithImmediate()3197 DCHECK(JSOperator::IsBinaryWithFeedback(op->opcode())); in BuildCompareOp()
279 if (JSOperator::IsBinaryWithFeedback(node_->opcode())) { in ChangeToPureOperator()317 if (JSOperator::IsBinaryWithFeedback(node_->opcode())) { in ChangeToSpeculativeOperator()
164 DCHECK(JSOperator::IsBinaryWithFeedback(node->opcode())); in DEF_UNARY_LOWERING()