Lines Matching refs:GotoIf
124 GotoIf(TaggedIsSmi(receiver_), &throw_not_typed_array); in GenerateIteratingTypedArrayBuiltinBody()
136 GotoIf(TaggedIsSmi(callbackfn_), &throw_not_callable); in GenerateIteratingTypedArrayBuiltinBody()
221 GotoIf(IsDetachedBuffer(array_buffer), &detached); in VisitAllTypedArrayElements()
276 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &return_undefined); in TF_BUILTIN()
280 GotoIf(TaggedEqual(LoadMap(elements), FixedCOWArrayMapConstant()), in TF_BUILTIN()
288 GotoIf(IntPtrLessThan( in TF_BUILTIN()
298 GotoIf(Int32LessThanOrEqual(elements_kind, in TF_BUILTIN()
319 GotoIf(TaggedEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN()
365 GotoIf(IsElementsKindGreaterThan(kind, HOLEY_SMI_ELEMENTS), in TF_BUILTIN()
381 GotoIf(TaggedIsSmi(arg), &default_label); in TF_BUILTIN()
390 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in TF_BUILTIN()
434 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in TF_BUILTIN()
515 GotoIf(TaggedIsSmi(receiver), &is_not_constructor); in ConstructArrayLike()
547 GotoIf(TaggedIsSmi(receiver), &is_not_constructor); in ConstructArrayLike()
608 GotoIf(SmiGreaterThan(length, SmiConstant(0)), &done); in ReturnIfEmpty()
648 GotoIf(IntPtrLessThanOrEqual(args.GetLengthWithoutReceiver(), in Generate()
669 GotoIf(IntPtrGreaterThanOrEqual(index_var.value(), intptr_zero), &done); in Generate()
673 GotoIf(IntPtrGreaterThanOrEqual(index_var.value(), intptr_zero), &done); in Generate()
681 GotoIf(IntPtrGreaterThanOrEqual(index_var.value(), array_length_untagged), in Generate()
692 GotoIf(IsElementsKindLessThanOrEqual(elements_kind, HOLEY_ELEMENTS), in Generate()
694 GotoIf( in Generate()
697 GotoIf(ElementsKindEqual(elements_kind, Int32Constant(HOLEY_DOUBLE_ELEMENTS)), in Generate()
699 GotoIf(IsElementsKindLessThanOrEqual(elements_kind, in Generate()
779 GotoIf(IsUndefined(search_element), &undef_loop); in GenerateSmiOrObject()
788 GotoIf(IsStringInstanceType(search_type), &string_loop); in GenerateSmiOrObject()
789 GotoIf(IsBigIntInstanceType(search_type), &bigint_loop); in GenerateSmiOrObject()
798 GotoIf(TaggedEqual(element_k, search_element), &return_found); in GenerateSmiOrObject()
811 GotoIf(IsUndefined(element_k), &return_found); in GenerateSmiOrObject()
812 GotoIf(IsTheHole(element_k), &return_found); in GenerateSmiOrObject()
854 GotoIf(TaggedIsSmi(element_k), &continue_loop); in GenerateSmiOrObject()
878 GotoIf(TaggedIsSmi(element_k), &continue_loop); in GenerateSmiOrObject()
879 GotoIf(TaggedEqual(search_element_string, element_k), &return_found); in GenerateSmiOrObject()
908 GotoIf(TaggedIsSmi(element_k), &continue_loop); in GenerateSmiOrObject()
1020 GotoIf(IsUndefined(search_element), &hole_loop); in GenerateHoleyDoubles()
1232 GotoIf(InstanceTypeEqual(array_type, JS_ARRAY_TYPE), &if_array); in TF_BUILTIN()
1253 GotoIf(Word32Equal(LoadAndUntagToWord32ObjectField( in TF_BUILTIN()
1269 GotoIf(IsNoElementsProtectorCellInvalid(), &if_generic); in TF_BUILTIN()
1355 GotoIf(Word32Equal(LoadAndUntagToWord32ObjectField( in TF_BUILTIN()
1372 GotoIf(Word32Equal(LoadAndUntagToWord32ObjectField( in TF_BUILTIN()
1456 GotoIf(TaggedIsSmi(element_maybe_smi), &if_noflatten); in FlattenIntoArray()
1458 GotoIf(IsJSArray(element), &if_flatten_array); in FlattenIntoArray()
1584 GotoIf(IsUndefined(depth), &done); in TF_BUILTIN()
1623 GotoIf(TaggedIsSmi(mapper_function), &if_not_callable); in TF_BUILTIN()
1757 GotoIf(IsSetSmi(transition_info, fast_elements_kind_holey_mask), in CreateArrayDispatchSingleArgument()
1834 GotoIf(TaggedNotEqual(target, new_target), &runtime); in TF_BUILTIN()
1839 GotoIf(IsUndefined(maybe_allocation_site), &no_info); in TF_BUILTIN()