Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Delements-kind.cc59 case SLOW_STRING_WRAPPER_ELEMENTS: in ElementsKindToShiftSize()
116 case SLOW_STRING_WRAPPER_ELEMENTS: in ElementsKindToString()
Delements-kind.h116 SLOW_STRING_WRAPPER_ELEMENTS, enumerator
199 SLOW_STRING_WRAPPER_ELEMENTS); in IsStringWrapperElementsKind()
Dmap-updater.cc373 to_kind == SLOW_STRING_WRAPPER_ELEMENTS || in TryUpdateNoLock()
586 to_kind == SLOW_STRING_WRAPPER_ELEMENTS || in FindRootMap()
594 to_kind != SLOW_STRING_WRAPPER_ELEMENTS && in FindRootMap()
Djs-objects.cc3919 ? SLOW_STRING_WRAPPER_ELEMENTS in NormalizeElements()
4328 transition_map->elements_kind() == SLOW_STRING_WRAPPER_ELEMENTS || in PreventExtensionsWithTransition()
4358 ? SLOW_STRING_WRAPPER_ELEMENTS in PreventExtensionsWithTransition()
4404 object->map().elements_kind() == SLOW_STRING_WRAPPER_ELEMENTS); in PreventExtensionsWithTransition()
4540 case SLOW_STRING_WRAPPER_ELEMENTS: in HasEnumerableElements()
5178 dictionary_kind = SLOW_STRING_WRAPPER_ELEMENTS; in AddDataElement()
5329 case SLOW_STRING_WRAPPER_ELEMENTS: in GetFastElementsUsage()
Delements.cc133 V(SlowStringWrapperElementsAccessor, SLOW_STRING_WRAPPER_ELEMENTS, \
2543 case SLOW_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
2959 case SLOW_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
5004 (object->GetElementsKind() == SLOW_STRING_WRAPPER_ELEMENTS || in AddImpl()
5071 DCHECK(from_kind == SLOW_STRING_WRAPPER_ELEMENTS || in GrowCapacityAndConvertImpl()
5083 if (from_kind == SLOW_STRING_WRAPPER_ELEMENTS) { in CopyElementsImpl()
5123 ElementsKindTraits<SLOW_STRING_WRAPPER_ELEMENTS>> {
Djs-objects-inl.h725 return GetElementsKind(cage_base) == SLOW_STRING_WRAPPER_ELEMENTS; in DEF_GETTER()
Dmap.cc1706 ? SLOW_STRING_WRAPPER_ELEMENTS in CopyForPreventExtensions()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc906 case SLOW_STRING_WRAPPER_ELEMENTS: in EstimateElementCount()
1011 case SLOW_STRING_WRAPPER_ELEMENTS: { in CollectElementIndices()
1233 case SLOW_STRING_WRAPPER_ELEMENTS: in IterateElements()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc212 case SLOW_STRING_WRAPPER_ELEMENTS: in StructureWalk()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc2022 case SLOW_STRING_WRAPPER_ELEMENTS: { in IncrementSpillStatistics()
Dobjects-printer.cc547 case SLOW_STRING_WRAPPER_ELEMENTS: in PrintElements()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1783 Word32Equal(kind, Int32Constant(SLOW_STRING_WRAPPER_ELEMENTS))); in IsStringWrapperElementsKind()
9948 SLOW_STRING_WRAPPER_ELEMENTS, in TryLookupElement()