Lines Matching refs:BinaryOperation
4144 BinaryOperation* binop = expr->binary_operation(); in VisitCompoundAssignment()
4168 builder()->BinaryOperation(binop->op(), old_value, feedback_index(slot)); in VisitCompoundAssignment()
5451 void BytecodeGenerator::VisitBinaryOperation(BinaryOperation* binop) { in VisitBinaryOperation()
5554 void BytecodeGenerator::VisitArithmeticExpression(BinaryOperation* expr) { in VisitArithmeticExpression()
5577 builder()->BinaryOperation(expr->op(), lhs, feedback_index(slot)); in VisitArithmeticExpression()
5598 builder()->BinaryOperation( in VisitNaryArithmeticExpression()
5810 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
5821 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
5829 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
5858 void BytecodeGenerator::VisitCommaExpression(BinaryOperation* binop) { in VisitCommaExpression()
5987 void BytecodeGenerator::VisitLogicalOrExpression(BinaryOperation* binop) { in VisitLogicalOrExpression()
6048 void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) { in VisitLogicalAndExpression()
6109 void BytecodeGenerator::VisitNullishExpression(BinaryOperation* binop) { in VisitNullishExpression()