Home
last modified time | relevance | path

Searched refs:AddLoadICSlot (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2431 feedback_index(feedback_spec()->AddLoadICSlot())); in VisitForOfStatement()
2438 feedback_index(feedback_spec()->AddLoadICSlot())); in VisitForOfStatement()
2936 FeedbackSlot slot = feedback_spec()->AddLoadICSlot(); in BuildInstanceMemberInitialization()
3334 feedback_index(feedback_spec()->AddLoadICSlot())); in BuildFillArrayWithIterator()
3374 int length_load_slot = feedback_index(feedback_spec()->AddLoadICSlot()); in BuildCreateArrayLiteral()
3474 FeedbackSlot next_value_load_slot = feedback_spec()->AddLoadICSlot(); in BuildCreateArrayLiteral()
3475 FeedbackSlot next_done_load_slot = feedback_spec()->AddLoadICSlot(); in BuildCreateArrayLiteral()
4037 feedback_index(feedback_spec()->AddLoadICSlot())) in BuildFinalizeIteration()
4165 FeedbackSlot next_value_load_slot = feedback_spec()->AddLoadICSlot(); in BuildDestructuringArrayAssignment()
4166 FeedbackSlot next_done_load_slot = feedback_spec()->AddLoadICSlot(); in BuildDestructuringArrayAssignment()
[all …]
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.h388 FeedbackSlot AddLoadICSlot() { in AddLoadICSlot() function