Searched refs:slot_index_node (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 2314 Node* object, Node* slot_index_node, int additional_offset, in LoadFeedbackVectorSlot() argument 2317 CSA_SLOW_ASSERT(this, MatchesParameterMode(slot_index_node, parameter_mode)); in LoadFeedbackVectorSlot() 2320 Node* offset = ElementOffsetFromIndex(slot_index_node, HOLEY_ELEMENTS, in LoadFeedbackVectorSlot() 2796 Node* slot_index_node, in StoreFeedbackVectorSlot() argument 2802 CSA_SLOW_ASSERT(this, MatchesParameterMode(slot_index_node, parameter_mode)); in StoreFeedbackVectorSlot() 2808 Node* offset = ElementOffsetFromIndex(slot_index_node, HOLEY_ELEMENTS, in StoreFeedbackVectorSlot()
|