Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc159 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), in BranchIfPrototypesHaveNonFastElements()
919 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in KeyedStoreGeneric()
Daccessor-assembler.cc2041 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &if_custom); in GenericElementLoad()
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc500 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in TF_BUILTIN()
Dbase.tq745 extern macro IsCustomElementsReceiverInstanceType(int32): bool;
Dbuiltins-object-gen.cc529 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()
/external/v8/src/
Dobjects-inl.h1344 inline bool IsCustomElementsReceiverInstanceType(InstanceType instance_type) { in IsCustomElementsReceiverInstanceType() function
1351 return IsCustomElementsReceiverInstanceType(instance_type()); in IsCustomElementsReceiverMap()
Dcode-stub-assembler.h1814 TNode<BoolT> IsCustomElementsReceiverInstanceType(
Dcode-stub-assembler.cc1017 Branch(IsCustomElementsReceiverInstanceType(prototype_instance_type), in BranchIfPrototypesHaveNoElements()
5386 TNode<BoolT> CodeStubAssembler::IsCustomElementsReceiverInstanceType( in IsCustomElementsReceiverInstanceType() function in v8::internal::CodeStubAssembler
/external/v8/third_party/v8/builtins/
Darray-sort.tq1773 !IsCustomElementsReceiverInstanceType(map.instance_type)) {