Lines Matching refs:GotoIf
76 GotoIf(TaggedIsSmi(target), &if_target_not_callable); in CallOrConstructWithArrayLike()
89 GotoIf(TaggedIsSmi(target), &if_target_not_constructor); in CallOrConstructWithArrayLike()
102 GotoIf(TaggedIsSmi(new_target), &if_new_target_not_constructor); in CallOrConstructWithArrayLike()
113 GotoIf(TaggedIsSmi(arguments_list), &if_runtime); in CallOrConstructWithArrayLike()
121 GotoIf(WordEqual(arguments_list_map, sloppy_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
124 GotoIf(WordEqual(arguments_list_map, strict_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
149 GotoIf(Int32GreaterThan(kind, Int32Constant(LAST_FAST_ELEMENTS_KIND)), in CallOrConstructWithArrayLike()
288 GotoIf(TaggedIsSmi(spread), &if_generic); in CallOrConstructWithSpread()
297 GotoIf(IsNoElementsProtectorCellInvalid(), &if_generic); in CallOrConstructWithSpread()
303 GotoIf(WordEqual(LoadObjectField(protector_cell, PropertyCell::kValueOffset), in CallOrConstructWithSpread()
315 GotoIf(Int32LessThan(spread_kind, Int32Constant(PACKED_DOUBLE_ELEMENTS)), in CallOrConstructWithSpread()
359 GotoIf(Word32Equal(var_length.value(), Int32Constant(0)), &if_smiorobject); in CallOrConstructWithSpread()