Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Delements-kind.h95 PACKED_NONEXTENSIBLE_ELEMENTS, enumerator
141 FIRST_ANY_NONEXTENSIBLE_ELEMENTS_KIND = PACKED_NONEXTENSIBLE_ELEMENTS,
274 DCHECK_IMPLIES(base::IsInRange(kind, PACKED_NONEXTENSIBLE_ELEMENTS, in IsNonextensibleElementsKind()
277 return base::IsInRange(kind, PACKED_NONEXTENSIBLE_ELEMENTS, in IsNonextensibleElementsKind()
359 if (packed_kind == PACKED_NONEXTENSIBLE_ELEMENTS) { in GetHoleyElementsKind()
Delements-kind.cc49 case PACKED_NONEXTENSIBLE_ELEMENTS: in ElementsKindToShiftSize()
96 case PACKED_NONEXTENSIBLE_ELEMENTS: in ElementsKindToString()
Dmap.cc1717 new_kind = PACKED_NONEXTENSIBLE_ELEMENTS; in CopyForPreventExtensions()
1720 case PACKED_NONEXTENSIBLE_ELEMENTS: in CopyForPreventExtensions()
Delements.cc117 PACKED_NONEXTENSIBLE_ELEMENTS, FixedArray) \
2068 kind == PACKED_NONEXTENSIBLE_ELEMENTS) { in DeleteImpl()
2520 case PACKED_NONEXTENSIBLE_ELEMENTS: in CopyElementsImpl()
2710 ElementsKindTraits<PACKED_NONEXTENSIBLE_ELEMENTS>> {};
2945 case PACKED_NONEXTENSIBLE_ELEMENTS: in CopyElementsImpl()
Djs-objects.cc4483 case PACKED_NONEXTENSIBLE_ELEMENTS: in HasEnumerableElements()
5311 case PACKED_NONEXTENSIBLE_ELEMENTS: in GetFastElementsUsage()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc851 case PACKED_NONEXTENSIBLE_ELEMENTS: in EstimateElementCount()
923 case PACKED_NONEXTENSIBLE_ELEMENTS: in CollectElementIndices()
1108 case PACKED_NONEXTENSIBLE_ELEMENTS: in IterateElements()
1382 case PACKED_NONEXTENSIBLE_ELEMENTS: in Slow_ArrayConcat()
Dbuiltins-handler-gen.cc200 V(PACKED_NONEXTENSIBLE_ELEMENTS) \
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc168 case PACKED_NONEXTENSIBLE_ELEMENTS: in StructureWalk()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1996 case PACKED_NONEXTENSIBLE_ELEMENTS: in IncrementSpillStatistics()
Dobjects-printer.cc522 case PACKED_NONEXTENSIBLE_ELEMENTS: in PrintElements()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2704 PACKED_SMI_ELEMENTS, PACKED_ELEMENTS, PACKED_NONEXTENSIBLE_ELEMENTS, in LoadFixedArrayBaseElementAsTagged()
9938 PACKED_NONEXTENSIBLE_ELEMENTS, PACKED_SEALED_ELEMENTS, in TryLookupElement()
14480 STATIC_ASSERT(LAST_FAST_ELEMENTS_KIND + 1 == PACKED_NONEXTENSIBLE_ELEMENTS); in IsFastOrNonExtensibleOrSealedElementsKind()
14481 STATIC_ASSERT(PACKED_NONEXTENSIBLE_ELEMENTS + 1 == in IsFastOrNonExtensibleOrSealedElementsKind()
14533 (PACKED_NONEXTENSIBLE_ELEMENTS | 1)); in IsHoleyFastElementsKindForRead()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2328 PACKED_SMI_ELEMENTS, PACKED_ELEMENTS, PACKED_NONEXTENSIBLE_ELEMENTS, in EmitElementLoad()