Lines Matching refs:GotoIf
260 GotoIf(IsStringWrapperElementsKind(map), if_slow); in GotoIfMapHasSlowProperties()
261 GotoIf(IsSpecialReceiverMap(map), if_slow); in GotoIfMapHasSlowProperties()
262 GotoIf(HasHiddenPrototype(map), if_slow); in GotoIfMapHasSlowProperties()
263 GotoIf(IsDictionaryMap(map), if_slow); in GotoIfMapHasSlowProperties()
295 GotoIf(WordEqual(object_enum_length, IntPtrConstant(0)), if_no_properties); in FastGetOwnValuesOrEntries()
331 GotoIf(IsSymbol(next_key), &next_descriptor); in FastGetOwnValuesOrEntries()
338 GotoIf(IsPropertyKindAccessor(kind), if_call_runtime_with_fast_path); in FastGetOwnValuesOrEntries()
394 GotoIf(IntPtrEqual(size, IntPtrConstant(0)), if_empty); in FinalizeValuesOrEntriesJSArray()
406 GotoIf(IsNullOrUndefined(receiver), &if_null_or_undefined); in TF_BUILTIN()
449 GotoIf(IntPtrLessThan(var_index.value(), IntPtrConstant(0)), in TF_BUILTIN()
473 GotoIf(IsNumber(key), &return_false); in TF_BUILTIN()
500 GotoIf(UintPtrLessThanOrEqual(argc, IntPtrConstant(1)), &done); in TF_BUILTIN()
529 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()
532 GotoIf(IsSetWord32(bit_field3, Map::IsDictionaryMapBit::kMask | in EnsureOnlyHasSimpleProperties()
548 GotoIf(TaggedIsSmi(from), &done); in ObjectAssignFast()
553 GotoIf(IsJSReceiverInstanceType(from_instance_type), &cont); in ObjectAssignFast()
566 GotoIf(IsDeprecatedMap(to_map), slow); in ObjectAssignFast()
629 GotoIf(IsSetWord32(var_details.value(), in ObjectAssignFast()
646 GotoIf( in ObjectAssignFast()
710 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
715 GotoIf( in TF_BUILTIN()
722 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN()
795 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
800 GotoIf( in TF_BUILTIN()
807 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN()
914 GotoIf(TaggedIsSmi(value), &if_valueisnotreceiver); in TF_BUILTIN()
925 GotoIf(IsNull(receiver), &if_receiverisnullorundefined); in TF_BUILTIN()
926 GotoIf(IsUndefined(receiver), &if_receiverisnullorundefined); in TF_BUILTIN()
962 GotoIf(TaggedIsSmi(receiver), &if_number); in TF_BUILTIN()
965 GotoIf(IsPrimitiveInstanceType(receiver_instance_type), &if_primitive); in TF_BUILTIN()
998 GotoIf(TaggedIsSmi(var_tag.value()), &if_tagisnotstring); in TF_BUILTIN()
1078 GotoIf(IsStringInstanceType(receiver_instance_type), &if_string); in TF_BUILTIN()
1079 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
1080 GotoIf(IsBooleanMap(receiver_map), &if_boolean); in TF_BUILTIN()
1081 GotoIf(IsHeapNumberMap(receiver_map), &if_number); in TF_BUILTIN()
1082 GotoIf(IsSymbolMap(receiver_map), &if_symbol); in TF_BUILTIN()
1083 GotoIf(IsUndefined(receiver), &return_undefined); in TF_BUILTIN()
1115 GotoIf(TaggedIsSmi(var_tag.value()), &if_tagisnotstring); in TF_BUILTIN()
1177 GotoIf(TaggedIsSmi(receiver_value), &if_number); in TF_BUILTIN()
1179 GotoIf(IsHeapNumberMap(receiver_value_map), &if_number); in TF_BUILTIN()
1180 GotoIf(IsBooleanMap(receiver_value_map), &if_boolean); in TF_BUILTIN()
1181 GotoIf(IsSymbolMap(receiver_value_map), &if_symbol); in TF_BUILTIN()
1184 GotoIf(IsBigIntInstanceType(receiver_value_instance_type), &if_bigint); in TF_BUILTIN()
1200 GotoIf(IsNull(holder), &return_default); in TF_BUILTIN()
1203 GotoIf(IsSetWord32<Map::MayHaveInterestingSymbolsBit>(holder_bit_field3), in TF_BUILTIN()
1213 GotoIf(TaggedIsSmi(tag), &return_default); in TF_BUILTIN()
1240 GotoIf(IsNull(prototype), &prototype_null); in TF_BUILTIN()
1266 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN()
1273 GotoIf(IsStrongReferenceTo(maybe_map, UndefinedConstant()), &call_runtime); in TF_BUILTIN()
1311 GotoIf(IsNull(prototype), &prototype_valid); in TF_BUILTIN()
1319 GotoIf(TaggedIsSmi(properties), &call_runtime); in TF_BUILTIN()
1321 GotoIf(IsUndefined(properties), &no_properties); in TF_BUILTIN()
1323 GotoIf(IsSpecialReceiverMap(properties_map), &call_runtime); in TF_BUILTIN()
1330 GotoIf(IsSetWord32<Map::IsDictionaryMapBit>(bit_field3), &call_runtime); in TF_BUILTIN()
1360 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN()
1368 GotoIf(IsStrongReferenceTo(maybe_map, UndefinedConstant()), in TF_BUILTIN()
1464 GotoIf(DoesntHaveInstanceType(maybe_map, MAP_TYPE), &runtime); in TF_BUILTIN()
1533 GotoIf(IsSpecialReceiverInstanceType(instance_type), &call_runtime); in TF_BUILTIN()
1592 GotoIf(IsUndefined(desc), &return_undefined); in TF_BUILTIN()
1628 GotoIf( in FromPropertyDescriptor()
1633 GotoIf(Word32Equal( in FromPropertyDescriptor()
1757 GotoIf(IsNull(accessor), &bind_undefined); in GetAccessorOrUndefined()
1761 GotoIf(IsFunctionTemplateInfoMap(map), if_bailout); in GetAccessorOrUndefined()