Searched refs:FAST_STRING_WRAPPER_ELEMENTS (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | elements-kind.cc | 58 case FAST_STRING_WRAPPER_ELEMENTS: in ElementsKindToShiftSize() 114 case FAST_STRING_WRAPPER_ELEMENTS: in ElementsKindToString()
|
D | elements-kind.h | 115 FAST_STRING_WRAPPER_ELEMENTS, enumerator 198 return base::IsInRange(kind, FAST_STRING_WRAPPER_ELEMENTS, in IsStringWrapperElementsKind() 246 kind == FAST_STRING_WRAPPER_ELEMENTS; in IsTransitionElementsKind()
|
D | elements.cc | 131 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>> {
|
D | map-inl.h | 590 return elements_kind() == FAST_STRING_WRAPPER_ELEMENTS; in has_fast_string_wrapper_elements()
|
D | js-objects-inl.h | 721 return GetElementsKind(cage_base) == FAST_STRING_WRAPPER_ELEMENTS; in DEF_GETTER()
|
D | js-objects.cc | 4539 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/ |
D | builtins-array.cc | 905 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/ |
D | runtime-literals.cc | 211 case FAST_STRING_WRAPPER_ELEMENTS: in StructureWalk()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 1997 case FAST_STRING_WRAPPER_ELEMENTS: { in IncrementSpillStatistics()
|
D | objects-printer.cc | 523 case FAST_STRING_WRAPPER_ELEMENTS: { in PrintElements()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 2024 string_map->set_elements_kind(FAST_STRING_WRAPPER_ELEMENTS); in InitializeGlobal()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1782 Word32Equal(kind, Int32Constant(FAST_STRING_WRAPPER_ELEMENTS)), in IsStringWrapperElementsKind() 9946 FAST_STRING_WRAPPER_ELEMENTS, in TryLookupElement()
|