Home
last modified time | relevance | path

Searched refs:DICTIONARY_ELEMENTS (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Delements-kind.h45 DICTIONARY_ELEMENTS, enumerator
95 return kind == DICTIONARY_ELEMENTS; in IsDictionaryElementsKind()
166 return IsHoleyElementsKind(kind) || kind == DICTIONARY_ELEMENTS; in IsHoleyOrDictionaryElementsKind()
Delements-kind.cc39 case DICTIONARY_ELEMENTS: in ElementsKindToShiftSize()
128 elements_kind == DICTIONARY_ELEMENTS; in IsFastTransitionTarget()
Delements.cc81 V(DictionaryElementsAccessor, DICTIONARY_ELEMENTS, NumberDictionary) \
1156 DCHECK_NE(DICTIONARY_ELEMENTS, kind()); in CollectElementIndicesImpl()
1409 ElementsKindTraits<DICTIONARY_ELEMENTS> > {
1413 ElementsKindTraits<DICTIONARY_ELEMENTS> >(name) {} in DictionaryElementsAccessor()
1832 if (receiver->GetElementsKind() != DICTIONARY_ELEMENTS) { in IncludesValueImpl()
1895 if (receiver->GetElementsKind() != DICTIONARY_ELEMENTS) { in IndexOfValueImpl()
1912 DCHECK_EQ(holder->map()->elements_kind(), DICTIONARY_ELEMENTS); in ValidateContents()
2683 case DICTIONARY_ELEMENTS: in CopyElementsImpl()
2854 case DICTIONARY_ELEMENTS: in CopyElementsImpl()
Dmap-updater.cc258 if (from_kind != to_kind && to_kind != DICTIONARY_ELEMENTS && in FindRootMap()
Dobjects-inl.h2535 } else if (kind == DICTIONARY_ELEMENTS) { in ACCESSORS()
2539 DCHECK(kind > DICTIONARY_ELEMENTS); in ACCESSORS()
2576 return GetElementsKind() == DICTIONARY_ELEMENTS; in HasDictionaryElements()
Dobjects-debug.cc775 accessor = ElementsAccessor::ForKind(DICTIONARY_ELEMENTS); in SloppyArgumentsElementsVerify()
1976 case DICTIONARY_ELEMENTS: in IncrementSpillStatistics()
Dobjects.cc6652 : DICTIONARY_ELEMENTS; in NormalizeElements()
8111 DCHECK(kind == DICTIONARY_ELEMENTS || kind == SLOW_STRING_WRAPPER_ELEMENTS); in ReferencesObjectFromElements()
8161 case DICTIONARY_ELEMENTS: in ReferencesObject()
8179 kind = arguments->IsNumberDictionary() ? DICTIONARY_ELEMENTS in ReferencesObject()
8738 : DICTIONARY_ELEMENTS; in PreventExtensionsWithTransition()
8909 case DICTIONARY_ELEMENTS: { in HasEnumerableElements()
9715 DICTIONARY_ELEMENTS && in CopyAsElementsKind()
9716 kind == DICTIONARY_ELEMENTS)); in CopyAsElementsKind()
9865 : DICTIONARY_ELEMENTS; in CopyForPreventExtensions()
15761 ElementsKind dictionary_kind = DICTIONARY_ELEMENTS; in AddDataElement()
[all …]
Dobjects-printer.cc602 case DICTIONARY_ELEMENTS: in PrintElements()
Dcode-stub-assembler.h1881 return ElementsKindEqual(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)); in IsDictionaryElementsKind()
Dcode-stub-assembler.cc8643 DICTIONARY_ELEMENTS, in TryLookupElement()
/external/v8/src/builtins/
Dbuiltins-array.cc700 array, fast_elements() ? HOLEY_ELEMENTS : DICTIONARY_ELEMENTS); in ToArray()
821 case DICTIONARY_ELEMENTS: { in EstimateElementCount()
888 case DICTIONARY_ELEMENTS: { in CollectElementIndices()
1091 case DICTIONARY_ELEMENTS: { in IterateElements()
1275 case DICTIONARY_ELEMENTS: in Slow_ArrayConcat()
Dbase.tq82 const DICTIONARY_ELEMENTS: constexpr ElementsKind generates
83 'DICTIONARY_ELEMENTS';
Dbuiltins-array-gen.cc1091 GotoIf(Word32Equal(kind, Int32Constant(DICTIONARY_ELEMENTS)), in TF_BUILTIN()
1137 GotoIf(Word32Equal(kind, Int32Constant(DICTIONARY_ELEMENTS)), in TF_BUILTIN()
/external/v8/src/runtime/
Druntime-classes.cc349 map->set_elements_kind(DICTIONARY_ELEMENTS); in AddDescriptorsByTemplate()
423 map->set_elements_kind(DICTIONARY_ELEMENTS); in AddDescriptorsByTemplate()
Druntime-literals.cc175 case DICTIONARY_ELEMENTS: { in StructureWalk()
/external/v8/src/ic/
Dkeyed-store-generic.cc549 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in EmitGenericElementStore()
Dic.cc1099 if (elements_kind == DICTIONARY_ELEMENTS) { in LoadElementHandler()
1862 DCHECK_EQ(DICTIONARY_ELEMENTS, elements_kind); in StoreElementHandler()
Daccessor-assembler.cc1835 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in EmitElementLoad()
/external/v8/third_party/v8/builtins/
Darray-sort.tq1772 if (map.elements_kind == DICTIONARY_ELEMENTS && IsExtensibleMap(map) &&
/external/v8/
DChangeLog41085 Support concatenating with zero-size arrays with DICTIONARY_ELEMENTS in