Home
last modified time | relevance | path

Searched refs:SLOW_STRING_WRAPPER_ELEMENTS (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Delements-kind.h54 SLOW_STRING_WRAPPER_ELEMENTS, enumerator
105 kind == SLOW_STRING_WRAPPER_ELEMENTS; in IsStringWrapperElementsKind()
Delements-kind.cc43 case SLOW_STRING_WRAPPER_ELEMENTS: in ElementsKindToShiftSize()
Delements.cc88 V(SlowStringWrapperElementsAccessor, SLOW_STRING_WRAPPER_ELEMENTS, \
2690 case SLOW_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
2861 case SLOW_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
4301 (object->GetElementsKind() == SLOW_STRING_WRAPPER_ELEMENTS || in AddImpl()
4365 DCHECK(from_kind == SLOW_STRING_WRAPPER_ELEMENTS || in GrowCapacityAndConvertImpl()
4377 if (from_kind == SLOW_STRING_WRAPPER_ELEMENTS) { in CopyElementsImpl()
4422 ElementsKindTraits<SLOW_STRING_WRAPPER_ELEMENTS>> {
4427 ElementsKindTraits<SLOW_STRING_WRAPPER_ELEMENTS>>(name) {} in SlowStringWrapperElementsAccessor()
Dmap-updater.cc259 to_kind != SLOW_STRING_WRAPPER_ELEMENTS && in FindRootMap()
Dobjects.cc6651 ? SLOW_STRING_WRAPPER_ELEMENTS in NormalizeElements()
8111 DCHECK(kind == DICTIONARY_ELEMENTS || kind == SLOW_STRING_WRAPPER_ELEMENTS); in ReferencesObjectFromElements()
8163 case SLOW_STRING_WRAPPER_ELEMENTS: { in ReferencesObject()
8715 transition_map->elements_kind() == SLOW_STRING_WRAPPER_ELEMENTS); in PreventExtensionsWithTransition()
8737 ? SLOW_STRING_WRAPPER_ELEMENTS in PreventExtensionsWithTransition()
8770 object->map()->elements_kind() == SLOW_STRING_WRAPPER_ELEMENTS); in PreventExtensionsWithTransition()
8918 case SLOW_STRING_WRAPPER_ELEMENTS: in HasEnumerableElements()
9864 ? SLOW_STRING_WRAPPER_ELEMENTS in CopyForPreventExtensions()
15766 dictionary_kind = SLOW_STRING_WRAPPER_ELEMENTS; in AddDataElement()
16048 case SLOW_STRING_WRAPPER_ELEMENTS: in GetFastElementsUsage()
Dobjects-debug.cc1977 case SLOW_STRING_WRAPPER_ELEMENTS: { in IncrementSpillStatistics()
Dobjects-printer.cc603 case SLOW_STRING_WRAPPER_ELEMENTS: in PrintElements()
Dobjects-inl.h2603 return GetElementsKind() == SLOW_STRING_WRAPPER_ELEMENTS; in HasSlowStringWrapperElements()
Dcode-stub-assembler.cc8647 SLOW_STRING_WRAPPER_ELEMENTS, in TryLookupElement()
/external/v8/src/builtins/
Dbuiltins-array.cc844 case SLOW_STRING_WRAPPER_ELEMENTS: in EstimateElementCount()
937 case SLOW_STRING_WRAPPER_ELEMENTS: { in CollectElementIndices()
1134 case SLOW_STRING_WRAPPER_ELEMENTS: in IterateElements()
Dbuiltins-object-gen.cc174 Word32Equal(kind, Int32Constant(SLOW_STRING_WRAPPER_ELEMENTS))); in IsStringWrapperElementsKind()
/external/v8/src/runtime/
Druntime-literals.cc194 case SLOW_STRING_WRAPPER_ELEMENTS: in StructureWalk()