Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Delements-kind.cc58 case FAST_STRING_WRAPPER_ELEMENTS: in ElementsKindToShiftSize()
114 case FAST_STRING_WRAPPER_ELEMENTS: in ElementsKindToString()
Delements-kind.h115 FAST_STRING_WRAPPER_ELEMENTS, enumerator
198 return base::IsInRange(kind, FAST_STRING_WRAPPER_ELEMENTS, in IsStringWrapperElementsKind()
246 kind == FAST_STRING_WRAPPER_ELEMENTS; in IsTransitionElementsKind()
Delements.cc131 V(FastStringWrapperElementsAccessor, FAST_STRING_WRAPPER_ELEMENTS, \
1906 kind == FAST_STRING_WRAPPER_ELEMENTS) { in NormalizeImpl()
2542 case FAST_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
2958 case FAST_STRING_WRAPPER_ELEMENTS: in CopyElementsImpl()
5003 if (KindTraits::Kind == FAST_STRING_WRAPPER_ELEMENTS && in AddImpl()
5062 if (from_kind == FAST_STRING_WRAPPER_ELEMENTS) { in GrowCapacityAndConvertImpl()
5074 object, old_elements, from_kind, FAST_STRING_WRAPPER_ELEMENTS, in GrowCapacityAndConvertImpl()
5087 DCHECK_EQ(FAST_STRING_WRAPPER_ELEMENTS, from_kind); in CopyElementsImpl()
5112 ElementsKindTraits<FAST_STRING_WRAPPER_ELEMENTS>> {
Dmap-inl.h590 return elements_kind() == FAST_STRING_WRAPPER_ELEMENTS; in has_fast_string_wrapper_elements()
Djs-objects-inl.h721 return GetElementsKind(cage_base) == FAST_STRING_WRAPPER_ELEMENTS; in DEF_GETTER()
Djs-objects.cc4539 case FAST_STRING_WRAPPER_ELEMENTS: in HasEnumerableElements()
5137 return FAST_STRING_WRAPPER_ELEMENTS; in BestFittingFastElementsKind()
5322 case FAST_STRING_WRAPPER_ELEMENTS: in GetFastElementsUsage()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc905 case FAST_STRING_WRAPPER_ELEMENTS: in EstimateElementCount()
1010 case FAST_STRING_WRAPPER_ELEMENTS: in CollectElementIndices()
1232 case FAST_STRING_WRAPPER_ELEMENTS: in IterateElements()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc211 case FAST_STRING_WRAPPER_ELEMENTS: in StructureWalk()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1997 case FAST_STRING_WRAPPER_ELEMENTS: { in IncrementSpillStatistics()
Dobjects-printer.cc523 case FAST_STRING_WRAPPER_ELEMENTS: { in PrintElements()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc2024 string_map->set_elements_kind(FAST_STRING_WRAPPER_ELEMENTS); in InitializeGlobal()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1782 Word32Equal(kind, Int32Constant(FAST_STRING_WRAPPER_ELEMENTS)), in IsStringWrapperElementsKind()
9946 FAST_STRING_WRAPPER_ELEMENTS, in TryLookupElement()