• Home
  • Raw
  • Download

Lines Matching refs:elements_kind

51                                 Node* elements, Node* elements_kind,
111 Node* elements_kind = LoadMapElementsKind(prototype_map); in BranchIfPrototypesHaveNonFastElements() local
113 GotoIf(IsFastElementsKind(elements_kind), &loop_body); in BranchIfPrototypesHaveNonFastElements()
114 GotoIf(Word32Equal(elements_kind, Int32Constant(NO_ELEMENTS)), &loop_body); in BranchIfPrototypesHaveNonFastElements()
230 Node* receiver, Node* receiver_map, Node* elements, Node* elements_kind, in StoreElementWithCapacity() argument
280 TryChangeToHoleyMapMulti(receiver, receiver_map, elements_kind, context, in StoreElementWithCapacity()
295 GotoIf(Int32LessThanOrEqual(elements_kind, in StoreElementWithCapacity()
299 TryChangeToHoleyMap(receiver, receiver_map, elements_kind, context, in StoreElementWithCapacity()
388 TryChangeToHoleyMap(receiver, receiver_map, elements_kind, context, in StoreElementWithCapacity()
429 Node* elements_kind = LoadMapElementsKind(receiver_map); in EmitGenericElementStore() local
430 Branch(IsFastElementsKind(elements_kind), &if_fast, &if_nonfast); in EmitGenericElementStore()
451 StoreElementWithCapacity(receiver, receiver_map, elements, elements_kind, in EmitGenericElementStore()
458 StoreElementWithCapacity(receiver, receiver_map, elements, elements_kind, in EmitGenericElementStore()
465 StoreElementWithCapacity(receiver, receiver_map, elements, elements_kind, in EmitGenericElementStore()
486 elements_kind, in EmitGenericElementStore()
489 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in EmitGenericElementStore()