Searched refs:BinaryOperationFeedbackSlot (Results 1 – 3 of 3) sorted by relevance
634 expr->BinaryOperationFeedbackSlot(), &left_type, in VisitBinaryOperation()
2146 expr->binary_operation()->BinaryOperationFeedbackSlot(); in VisitAssignment()2802 FeedbackVectorSlot slot = expr->BinaryOperationFeedbackSlot(); in VisitArithmeticExpression()
2144 FeedbackVectorSlot BinaryOperationFeedbackSlot() const { in BinaryOperationFeedbackSlot() function