Searched refs:IsCustomElementsReceiverInstanceType (Results 1 – 8 of 8) sorted by relevance
957 inline bool IsCustomElementsReceiverInstanceType(InstanceType instance_type) { in IsCustomElementsReceiverInstanceType() function964 return IsCustomElementsReceiverInstanceType(instance_type()); in IsCustomElementsReceiverMap()
253 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), in BranchIfPrototypesMayHaveReadOnlyElements()1087 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in KeyedStoreGeneric()
2625 IsCustomElementsReceiverInstanceType(lookup_start_object_instance_type), in GenericElementLoad()5030 Branch(IsCustomElementsReceiverInstanceType(prototype_instance_type), in BranchIfPrototypesHaveNoElements()
7 extern macro IsCustomElementsReceiverInstanceType(int32): bool;
693 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in TF_BUILTIN()
598 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_slow); in TF_BUILTIN()
2631 TNode<BoolT> IsCustomElementsReceiverInstanceType(
1982 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()6355 TNode<BoolT> CodeStubAssembler::IsCustomElementsReceiverInstanceType( in IsCustomElementsReceiverInstanceType() function in v8::internal::CodeStubAssembler