Home
last modified time | relevance | path

Searched refs:packed_kind (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Delements-kind.h349 inline ElementsKind GetHoleyElementsKind(ElementsKind packed_kind) { in GetHoleyElementsKind() argument
350 if (packed_kind == PACKED_SMI_ELEMENTS) { in GetHoleyElementsKind()
353 if (packed_kind == PACKED_DOUBLE_ELEMENTS) { in GetHoleyElementsKind()
356 if (packed_kind == PACKED_ELEMENTS) { in GetHoleyElementsKind()
359 if (packed_kind == PACKED_NONEXTENSIBLE_ELEMENTS) { in GetHoleyElementsKind()
362 return packed_kind; in GetHoleyElementsKind()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc139 ElementsKind packed_kind,
144 TNode<Context> context, ElementsKind packed_kind,
150 ElementsKind packed_kind,
309 TNode<NativeContext> native_context, ElementsKind packed_kind, in TryChangeToHoleyMapHelper() argument
311 TNode<Map> packed_map = LoadJSArrayElementsMap(packed_kind, native_context); in TryChangeToHoleyMapHelper()
313 if (AllocationSite::ShouldTrack(packed_kind, holey_kind)) { in TryChangeToHoleyMapHelper()
325 ElementsKind packed_kind, Label* bailout) { in TryChangeToHoleyMap() argument
326 ElementsKind holey_kind = GetHoleyElementsKind(packed_kind); in TryChangeToHoleyMap()
332 TryChangeToHoleyMapHelper(receiver, receiver_map, native_context, packed_kind, in TryChangeToHoleyMap()
340 ElementsKind packed_kind, ElementsKind packed_kind_2, Label* bailout) { in TryChangeToHoleyMapMulti() argument
[all …]
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc1789 const ElementsKind packed_kind = GetPackedElementsKind(kind); in ReduceArrayPrototypeFilter() local
1790 TNode<JSArray> a = AllocateEmptyJSArray(packed_kind, native_context); in ReduceArrayPrototypeFilter()