Lines Matching refs:GotoIf
253 GotoIf(WordEqual(object_enum_length, IntPtrConstant(0)), if_no_properties); in FastGetOwnValuesOrEntries()
290 GotoIf(IsSymbol(next_key), &next_descriptor); in FastGetOwnValuesOrEntries()
298 GotoIf(IsPropertyKindAccessor(kind), if_call_runtime_with_fast_path); in FastGetOwnValuesOrEntries()
354 GotoIf(IntPtrEqual(size, IntPtrConstant(0)), if_empty); in FinalizeValuesOrEntriesJSArray()
415 GotoIf(IsNumber(key), &return_false); in TF_BUILTIN()
442 GotoIf(UintPtrLessThanOrEqual(args.GetLengthWithoutReceiver(), in TF_BUILTIN()
472 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
478 GotoIf( in TF_BUILTIN()
485 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN()
594 GotoIf(TaggedIsSmi(object), &if_slow); in TF_BUILTIN()
598 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_slow); in TF_BUILTIN()
600 GotoIf(IsEmptyFixedArray(object_elements), &if_empty_elements); in TF_BUILTIN()
609 GotoIf( in TF_BUILTIN()
716 GotoIf(TaggedIsSmi(value), &if_valueisnotreceiver); in TF_BUILTIN()
730 GotoIf(IsNull(receiver), &if_receiverisnullorundefined); in TF_BUILTIN()
731 GotoIf(IsUndefined(receiver), &if_receiverisnullorundefined); in TF_BUILTIN()
768 GotoIf(TaggedIsSmi(receiver), &if_number); in TF_BUILTIN()
774 GotoIf(IsPrimitiveInstanceType(receiver_instance_type), &if_primitive); in TF_BUILTIN()
775 GotoIf(IsFunctionInstanceType(receiver_instance_type), &if_function); in TF_BUILTIN()
868 GotoIf(IsStringInstanceType(receiver_instance_type), &if_string); in TF_BUILTIN()
869 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
870 GotoIf(IsBooleanMap(receiver_map), &if_boolean); in TF_BUILTIN()
871 GotoIf(IsHeapNumberMap(receiver_map), &if_number); in TF_BUILTIN()
872 GotoIf(IsSymbolMap(receiver_map), &if_symbol); in TF_BUILTIN()
873 GotoIf(IsUndefined(receiver), &return_undefined); in TF_BUILTIN()
904 GotoIf(TaggedIsSmi(var_tag.value()), &if_tagisnotstring); in TF_BUILTIN()
977 GotoIf(TaggedIsSmi(receiver_value), &if_value_is_number); in TF_BUILTIN()
979 GotoIf(IsHeapNumberMap(receiver_value_map), &if_value_is_number); in TF_BUILTIN()
980 GotoIf(IsBooleanMap(receiver_value_map), &if_value_is_boolean); in TF_BUILTIN()
981 GotoIf(IsSymbolMap(receiver_value_map), &if_value_is_symbol); in TF_BUILTIN()
984 GotoIf(IsBigIntInstanceType(receiver_value_instance_type), in TF_BUILTIN()
1031 GotoIf(IsNull(holder), &return_default); in TF_BUILTIN()
1034 GotoIf(IsSetWord32<Map::Bits3::MayHaveInterestingSymbolsBit>( in TF_BUILTIN()
1045 GotoIf(TaggedIsSmi(tag), &return_default); in TF_BUILTIN()
1073 GotoIf(IsNull(prototype), &prototype_valid); in TF_BUILTIN()
1081 GotoIf(TaggedIsSmi(properties), &call_runtime); in TF_BUILTIN()
1083 GotoIf(IsUndefined(properties), &no_properties); in TF_BUILTIN()
1085 GotoIf(IsSpecialReceiverMap(properties_map), &call_runtime); in TF_BUILTIN()
1092 GotoIf(IsSetWord32<Map::Bits3::IsDictionaryMapBit>(bit_field3), in TF_BUILTIN()
1124 GotoIf(TaggedEqual(prototype, LoadMapPrototype(map.value())), in TF_BUILTIN()
1132 GotoIf(TaggedEqual(maybe_map, UndefinedConstant()), &call_runtime); in TF_BUILTIN()
1243 GotoIf(DoesntHaveInstanceType(maybe_map, MAP_TYPE), &runtime); in TF_BUILTIN()
1321 GotoIf(IsSpecialReceiverInstanceType(instance_type), &call_runtime); in TF_BUILTIN()
1380 GotoIf(IsUndefined(desc), &return_undefined); in TF_BUILTIN()
1420 GotoIf( in FromPropertyDescriptor()
1425 GotoIf(Word32Equal( in FromPropertyDescriptor()
1554 GotoIf(IsNull(accessor), &bind_undefined); in GetAccessorOrUndefined()
1558 GotoIf(IsFunctionTemplateInfoMap(map), if_bailout); in GetAccessorOrUndefined()