Home
last modified time | relevance | path

Searched refs:AddBinaryOpICSlot (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2052 feedback_index(feedback_spec()->AddBinaryOpICSlot())); in VisitSwitchStatement()
4281 FeedbackSlot index_slot = feedback_spec()->AddBinaryOpICSlot(); in BuildDestructuringArrayAssignment()
4617 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot(); in VisitCompoundAssignment()
5830 expr->op(), feedback_index(feedback_spec()->AddBinaryOpICSlot())); in VisitUnaryOperation()
6013 FeedbackSlot count_slot = feedback_spec()->AddBinaryOpICSlot(); in VisitCountOperation()
6212 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot(); in VisitArithmeticExpression()
6248 feedback_index(feedback_spec()->AddBinaryOpICSlot())); in VisitNaryArithmeticExpression()
6257 feedback_index(feedback_spec()->AddBinaryOpICSlot())); in VisitNaryArithmeticExpression()
6457 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot(); in VisitTemplateLiteral()
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.h447 FeedbackSlot AddBinaryOpICSlot() { in AddBinaryOpICSlot() function
Dfeedback-vector.cc360 one_slot.AddBinaryOpICSlot(); in NewWithOneBinarySlotForTesting()