Lines Matching refs:BinaryOperation
2953 BinaryOperation* binop = expr->AsCompoundAssignment()->binary_operation(); in VisitAssignment()
2963 builder()->BinaryOperation(binop->op(), old_value, feedback_index(slot)); in VisitAssignment()
4082 void BytecodeGenerator::VisitBinaryOperation(BinaryOperation* binop) { in VisitBinaryOperation()
4179 void BytecodeGenerator::VisitArithmeticExpression(BinaryOperation* expr) { in VisitArithmeticExpression()
4202 builder()->BinaryOperation(expr->op(), lhs, feedback_index(slot)); in VisitArithmeticExpression()
4223 builder()->BinaryOperation( in VisitNaryArithmeticExpression()
4439 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
4450 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
4458 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
4476 void BytecodeGenerator::VisitCommaExpression(BinaryOperation* binop) { in VisitCommaExpression()
4582 void BytecodeGenerator::VisitLogicalOrExpression(BinaryOperation* binop) { in VisitLogicalOrExpression()
4643 void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) { in VisitLogicalAndExpression()