Lines Matching defs:lhs
3926 Expression* lhs, AccumulatorPreservingMode accumulator_preserving_mode) {
3928 Property* property = lhs->AsProperty();
3934 return AssignmentLhsData::NonProperty(lhs);
6194 Register lhs = VisitForRegisterValue(expr->left());
6205 builder()->CompareOperation(expr->op(), lhs, feedback_index(slot));
6225 Register lhs = register_allocator()->NewRegister();
6226 builder()->StoreAccumulatorInRegister(lhs);
6234 builder()->BinaryOperation(expr->op(), lhs, feedback_index(slot));
6239 // TODO(leszeks): Add support for lhs smi in commutative ops.
6250 Register lhs = register_allocator()->NewRegister();
6251 builder()->StoreAccumulatorInRegister(lhs);
6256 expr->op(), lhs,