Searched refs:AddBinaryOpICSlot (Results 1 – 2 of 2) sorted by relevance
2401 FeedbackSlot index_slot = feedback_spec()->AddBinaryOpICSlot(); in BuildArrayLiteralElementsInsertion()2954 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot(); in VisitAssignment()3885 expr->op(), feedback_index(feedback_spec()->AddBinaryOpICSlot())); in VisitUnaryOperation()4011 FeedbackSlot count_slot = feedback_spec()->AddBinaryOpICSlot(); in VisitCountOperation()4180 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot(); in VisitArithmeticExpression()4216 feedback_index(feedback_spec()->AddBinaryOpICSlot())); in VisitNaryArithmeticExpression()4225 feedback_index(feedback_spec()->AddBinaryOpICSlot())); in VisitNaryArithmeticExpression()4425 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot(); in VisitTemplateLiteral()
384 FeedbackSlot AddBinaryOpICSlot() { in AddBinaryOpICSlot() function