• Home
  • Raw
  • Download

Lines Matching refs:GotoIf

249     GotoIf(IsNull(prototype), only_fast_writable_elements);  in BranchIfPrototypesMayHaveReadOnlyElements()
253 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), in BranchIfPrototypesMayHaveReadOnlyElements()
256 GotoIf(IsFastOrNonExtensibleOrSealedElementsKind(elements_kind), in BranchIfPrototypesMayHaveReadOnlyElements()
258 GotoIf(Word32Equal(elements_kind, Int32Constant(NO_ELEMENTS)), &loop_body); in BranchIfPrototypesMayHaveReadOnlyElements()
278 GotoIf(TaggedNotEqual(receiver_map, packed_map), &check_holey_map); in TryRewriteElements()
289 GotoIf(TaggedNotEqual(receiver_map, holey_map), bailout); in TryRewriteElements()
312 GotoIf(TaggedNotEqual(receiver_map, packed_map), map_mismatch); in TryChangeToHoleyMapHelper()
329 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMap()
345 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMapMulti()
347 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind_2)), in TryChangeToHoleyMapMulti()
381 GotoIf(IsDictionaryMap(receiver_map), slow); in StoreElementWithCapacity()
386 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesReadOnlyMask), in StoreElementWithCapacity()
394 GotoIf(IsNotFixedArrayMap(elements_map), &check_double_elements); in StoreElementWithCapacity()
410 GotoIf(IsNotTheHole(element), &hole_check_passed); in StoreElementWithCapacity()
440 GotoIf(Int32LessThanOrEqual(elements_kind, in StoreElementWithCapacity()
498 GotoIf(IsNotFixedDoubleArrayMap(elements_map), &check_cow_elements); in StoreElementWithCapacity()
580 GotoIf(IsJSArrayInstanceType(instance_type), &if_array); in EmitGenericElementStore()
588 GotoIf(UintPtrLessThan(index, length), &if_in_bounds); in EmitGenericElementStore()
590 GotoIf(UintPtrGreaterThanOrEqual(index, capacity), &if_grow); in EmitGenericElementStore()
631 GotoIf(Int32GreaterThanOrEqual( in EmitGenericElementStore()
635 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in EmitGenericElementStore()
672 GotoIf(IsNull(holder), &ok_to_write); in LookupPropertyOnPrototypeChain()
724 GotoIf(TaggedEqual(value, TheHoleConstant()), &next_proto); in LookupPropertyOnPrototypeChain()
742 GotoIf(IsJSTypedArrayInstanceType(instance_type), bailout); in LookupPropertyOnPrototypeChain()
744 GotoIf(IsNull(proto), &ok_to_write); in LookupPropertyOnPrototypeChain()
871 GotoIf(IsJSSharedStructInstanceType(instance_type), &shared); in EmitGenericPropertyStore()
975 GotoIf(IsJSTypedArrayMap(receiver_map), slow); in EmitGenericPropertyStore()
978 GotoIf(IsPrivateSymbol(name), &is_private_symbol); in EmitGenericPropertyStore()
1016 GotoIf(IsAccessorInfo(accessor_pair), slow); in EmitGenericPropertyStore()
1022 GotoIf(IsFunctionTemplateInfoMap(setter_map), slow); in EmitGenericPropertyStore()
1081 GotoIf(TaggedIsSmi(receiver_maybe_smi), &slow); in KeyedStoreGeneric()
1087 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in KeyedStoreGeneric()
1168 GotoIf(TaggedIsSmi(receiver_maybe_smi), &miss); in StoreIC_NoFeedback()
1176 GotoIf(IsSpecialReceiverInstanceType(instance_type), &miss); in StoreIC_NoFeedback()