Home
last modified time | relevance | path

Searched refs:IsCustomElementsReceiverInstanceType (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dobjects-inl.h957 inline bool IsCustomElementsReceiverInstanceType(InstanceType instance_type) { in IsCustomElementsReceiverInstanceType() function
964 return IsCustomElementsReceiverInstanceType(instance_type()); in IsCustomElementsReceiverMap()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc253 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), in BranchIfPrototypesMayHaveReadOnlyElements()
1087 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in KeyedStoreGeneric()
Daccessor-assembler.cc2625 IsCustomElementsReceiverInstanceType(lookup_start_object_instance_type), in GenericElementLoad()
5030 Branch(IsCustomElementsReceiverInstanceType(prototype_instance_type), in BranchIfPrototypesHaveNoElements()
/third_party/node/deps/v8/src/builtins/
Dcast.tq7 extern macro IsCustomElementsReceiverInstanceType(int32): bool;
Dbuiltins-internal-gen.cc693 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in TF_BUILTIN()
Dbuiltins-object-gen.cc598 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_slow); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2631 TNode<BoolT> IsCustomElementsReceiverInstanceType(
Dcode-stub-assembler.cc1982 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()
6355 TNode<BoolT> CodeStubAssembler::IsCustomElementsReceiverInstanceType( in IsCustomElementsReceiverInstanceType() function in v8::internal::CodeStubAssembler