Searched refs:IsUnaryWithFeedback (Results 1 – 4 of 4) sorted by relevance
54 static constexpr bool IsUnaryWithFeedback(Operator::Opcode opcode) { in IsUnaryWithFeedback() function1158 DCHECK(JSOperator::IsUnaryWithFeedback(node->opcode())); in JSUnaryOpNode()
260 DCHECK(JSOperator::IsUnaryWithFeedback(op->opcode()) || in FeedbackParameterOf()
127 DCHECK(JSOperator::IsUnaryWithFeedback(node->opcode())); in ReplaceUnaryOpWithBuiltinCall()
2864 DCHECK(JSOperator::IsUnaryWithFeedback(op->opcode())); in BuildUnaryOp()