Home | History | Annotate | Download | only in interpreter

Lines Matching refs:BinaryOperation

2174     builder()->BinaryOperation(expr->binary_op(), old_value);
2842 void BytecodeGenerator::VisitBinaryOperation(BinaryOperation* binop) {
2867 void BytecodeGenerator::VisitArithmeticExpression(BinaryOperation* expr) {
2870 builder()->BinaryOperation(expr->op(), lhs);
2895 void BytecodeGenerator::VisitCommaExpression(BinaryOperation* binop) {
2900 void BytecodeGenerator::VisitLogicalOrExpression(BinaryOperation* binop) {
2918 void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) {