Lines Matching refs:intptr_index

62                                Node* instance_type, Node* intptr_index,
91 Node* intptr_index, Node* value, Node* context,
276 Node* intptr_index, Node* value, Node* context, Label* slow, in StoreElementWithCapacity() argument
302 Node* offset = ElementOffsetFromIndex(intptr_index, PACKED_ELEMENTS, in StoreElementWithCapacity()
331 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()
349 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()
372 ElementOffsetFromIndex(intptr_index, PACKED_DOUBLE_ELEMENTS, in StoreElementWithCapacity()
378 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, in StoreElementWithCapacity()
394 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, in StoreElementWithCapacity()
406 Node* offset = ElementOffsetFromIndex(intptr_index, PACKED_DOUBLE_ELEMENTS, in StoreElementWithCapacity()
440 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()
456 intptr_index, PACKED_ELEMENTS, INTPTR_PARAMETERS, kHeaderSize); in StoreElementWithCapacity()
458 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()
470 Node* receiver, Node* receiver_map, Node* instance_type, Node* intptr_index, in EmitGenericElementStore() argument
485 Branch(UintPtrLessThan(intptr_index, capacity), &if_in_bounds, in EmitGenericElementStore()
491 GotoIf(UintPtrLessThan(intptr_index, length), &if_in_bounds); in EmitGenericElementStore()
493 GotoIf(UintPtrGreaterThanOrEqual(intptr_index, capacity), &if_grow); in EmitGenericElementStore()
494 Branch(WordEqual(intptr_index, length), &if_increment_length_by_one, in EmitGenericElementStore()
501 intptr_index, value, context, slow, in EmitGenericElementStore()
518 intptr_index, value, context, slow, in EmitGenericElementStore()
525 intptr_index, value, context, slow, in EmitGenericElementStore()