Searched refs:DICTIONARY_ELEMENTS (Results 1 – 20 of 20) sorted by relevance
/external/v8/src/ |
D | elements-kind.h | 45 DICTIONARY_ELEMENTS, enumerator 95 return kind == DICTIONARY_ELEMENTS; in IsDictionaryElementsKind() 166 return IsHoleyElementsKind(kind) || kind == DICTIONARY_ELEMENTS; in IsHoleyOrDictionaryElementsKind()
|
D | elements-kind.cc | 39 case DICTIONARY_ELEMENTS: in ElementsKindToShiftSize() 128 elements_kind == DICTIONARY_ELEMENTS; in IsFastTransitionTarget()
|
D | elements.cc | 81 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()
|
D | map-updater.cc | 258 if (from_kind != to_kind && to_kind != DICTIONARY_ELEMENTS && in FindRootMap()
|
D | objects-inl.h | 2535 } else if (kind == DICTIONARY_ELEMENTS) { in ACCESSORS() 2539 DCHECK(kind > DICTIONARY_ELEMENTS); in ACCESSORS() 2576 return GetElementsKind() == DICTIONARY_ELEMENTS; in HasDictionaryElements()
|
D | objects-debug.cc | 775 accessor = ElementsAccessor::ForKind(DICTIONARY_ELEMENTS); in SloppyArgumentsElementsVerify() 1976 case DICTIONARY_ELEMENTS: in IncrementSpillStatistics()
|
D | objects.cc | 6652 : 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 …]
|
D | objects-printer.cc | 602 case DICTIONARY_ELEMENTS: in PrintElements()
|
D | code-stub-assembler.h | 1881 return ElementsKindEqual(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)); in IsDictionaryElementsKind()
|
D | code-stub-assembler.cc | 8643 DICTIONARY_ELEMENTS, in TryLookupElement()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 700 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()
|
D | base.tq | 82 const DICTIONARY_ELEMENTS: constexpr ElementsKind generates 83 'DICTIONARY_ELEMENTS';
|
D | builtins-array-gen.cc | 1091 GotoIf(Word32Equal(kind, Int32Constant(DICTIONARY_ELEMENTS)), in TF_BUILTIN() 1137 GotoIf(Word32Equal(kind, Int32Constant(DICTIONARY_ELEMENTS)), in TF_BUILTIN()
|
/external/v8/src/runtime/ |
D | runtime-classes.cc | 349 map->set_elements_kind(DICTIONARY_ELEMENTS); in AddDescriptorsByTemplate() 423 map->set_elements_kind(DICTIONARY_ELEMENTS); in AddDescriptorsByTemplate()
|
D | runtime-literals.cc | 175 case DICTIONARY_ELEMENTS: { in StructureWalk()
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 549 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in EmitGenericElementStore()
|
D | ic.cc | 1099 if (elements_kind == DICTIONARY_ELEMENTS) { in LoadElementHandler() 1862 DCHECK_EQ(DICTIONARY_ELEMENTS, elements_kind); in StoreElementHandler()
|
D | accessor-assembler.cc | 1835 GotoIf(Word32Equal(elements_kind, Int32Constant(DICTIONARY_ELEMENTS)), in EmitElementLoad()
|
/external/v8/third_party/v8/builtins/ |
D | array-sort.tq | 1772 if (map.elements_kind == DICTIONARY_ELEMENTS && IsExtensibleMap(map) &&
|
/external/v8/ |
D | ChangeLog | 41085 Support concatenating with zero-size arrays with DICTIONARY_ELEMENTS in
|