Searched refs:PACKED_NONEXTENSIBLE_ELEMENTS (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | elements-kind.h | 95 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()
|
D | elements-kind.cc | 49 case PACKED_NONEXTENSIBLE_ELEMENTS: in ElementsKindToShiftSize() 96 case PACKED_NONEXTENSIBLE_ELEMENTS: in ElementsKindToString()
|
D | map.cc | 1717 new_kind = PACKED_NONEXTENSIBLE_ELEMENTS; in CopyForPreventExtensions() 1720 case PACKED_NONEXTENSIBLE_ELEMENTS: in CopyForPreventExtensions()
|
D | elements.cc | 117 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()
|
D | js-objects.cc | 4483 case PACKED_NONEXTENSIBLE_ELEMENTS: in HasEnumerableElements() 5311 case PACKED_NONEXTENSIBLE_ELEMENTS: in GetFastElementsUsage()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-array.cc | 851 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()
|
D | builtins-handler-gen.cc | 200 V(PACKED_NONEXTENSIBLE_ELEMENTS) \
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 168 case PACKED_NONEXTENSIBLE_ELEMENTS: in StructureWalk()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 1996 case PACKED_NONEXTENSIBLE_ELEMENTS: in IncrementSpillStatistics()
|
D | objects-printer.cc | 522 case PACKED_NONEXTENSIBLE_ELEMENTS: in PrintElements()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 2704 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/ |
D | accessor-assembler.cc | 2328 PACKED_SMI_ELEMENTS, PACKED_ELEMENTS, PACKED_NONEXTENSIBLE_ELEMENTS, in EmitElementLoad()
|