• Home
  • Raw
  • Download

Lines Matching refs:GotoIf

210     GotoIf(WordEqual(slot_set, IntPtrConstant(0)), slow_path);  in LoadSlotSet()
221 GotoIf(WordEqual(bucket, IntPtrConstant(0)), slow_path); in LoadBucket()
321 GotoIf(IsWhite(value), &call_incremental_wb); in IncrementalWriteBarrier()
628 GotoIf(SmiGreaterThan(new_nof, SmiShr(capacity, 2)), &shrinking_done); in DictionarySpecificDelete()
629 GotoIf(SmiLessThan(new_nof, SmiConstant(16)), &shrinking_done); in DictionarySpecificDelete()
669 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesDontDeleteMask), in DeleteDictionaryProperty()
689 GotoIf(TaggedIsSmi(receiver), &slow); in TF_BUILTIN()
692 GotoIf(InstanceTypeEqual(instance_type, JS_PROXY_TYPE), &if_proxy); in TF_BUILTIN()
693 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in TF_BUILTIN()
709 GotoIf(IsDictionaryMap(receiver_map), &dictionary); in TF_BUILTIN()
728 GotoIf(SmiNotEqual(language_mode, SmiConstant(LanguageMode::kSloppy)), in TF_BUILTIN()
748 GotoIf(IsPrivateSymbol(name), &slow); in TF_BUILTIN()
789 GotoIf(TaggedIsSmi(source), &if_done); in SetOrCopyDataProperties()
799 GotoIf(IsEmptyFixedArray(source_elements), &if_noelements); in SetOrCopyDataProperties()
810 GotoIf(IsDeprecatedMap(target_map), if_runtime); in SetOrCopyDataProperties()
855 GotoIf(IsJSReceiverInstanceType(source_instance_type), if_runtime); in SetOrCopyDataProperties()
883 GotoIf(IsNullOrUndefined(source), &if_runtime); in TF_BUILTIN()
1320 GotoIf(TaggedEqual(on_non_existent, in TF_BUILTIN()
1340 GotoIf(IsPrivateSymbol(name), &if_slow); in TF_BUILTIN()
1393 GotoIf(TaggedIsSmi(maybe_result_or_smi_zero), &tailcall_to_function); in TF_BUILTIN()