Searched refs:IsCustomElementsReceiverInstanceType (Results 1 – 9 of 9) sorted by relevance
159 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), in BranchIfPrototypesHaveNonFastElements()919 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in KeyedStoreGeneric()
2041 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_custom); in GenericElementLoad()
500 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in TF_BUILTIN()
745 extern macro IsCustomElementsReceiverInstanceType(int32): bool;
529 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()
1344 inline bool IsCustomElementsReceiverInstanceType(InstanceType instance_type) { in IsCustomElementsReceiverInstanceType() function1351 return IsCustomElementsReceiverInstanceType(instance_type()); in IsCustomElementsReceiverMap()
1814 TNode<BoolT> IsCustomElementsReceiverInstanceType(
1017 Branch(IsCustomElementsReceiverInstanceType(prototype_instance_type), in BranchIfPrototypesHaveNoElements()5386 TNode<BoolT> CodeStubAssembler::IsCustomElementsReceiverInstanceType( in IsCustomElementsReceiverInstanceType() function in v8::internal::CodeStubAssembler
1773 !IsCustomElementsReceiverInstanceType(map.instance_type)) {