Home
last modified time | relevance | path

Searched refs:GetMoreGeneralElementsKind (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.cc618 GetMoreGeneralElementsKind(kind, PACKED_DOUBLE_ELEMENTS)); in InitDepthAndFlags()
622 GetMoreGeneralElementsKind(kind, PACKED_SMI_ELEMENTS)); in InitDepthAndFlags()
710 DCHECK_EQ(kind, GetMoreGeneralElementsKind( in BuildBoilerplateDescription()
/third_party/node/deps/v8/src/objects/
Delements-kind.h434 inline ElementsKind GetMoreGeneralElementsKind(ElementsKind from_kind, in GetMoreGeneralElementsKind() function
Dlookup.cc351 to = GetMoreGeneralElementsKind(kind, to); in PrepareForDataProperty()
Djs-objects.cc3383 ElementsKind to_kind = GetMoreGeneralElementsKind(map_kind, obj_kind); in AllocateStorageForMap()
5200 to = GetMoreGeneralElementsKind(kind, to); in AddDataElement()
Delements.cc5309 GetMoreGeneralElementsKind(result_elements_kind, arg_kind); in Concat()
/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc675 elements_kind = GetMoreGeneralElementsKind( in ReduceJSCreateArray()
721 elements_kind = GetMoreGeneralElementsKind( in ReduceJSCreateArray()
726 elements_kind = GetMoreGeneralElementsKind( in ReduceJSCreateArray()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc1285 kind = GetMoreGeneralElementsKind(kind, array_kind); in Slow_ArrayConcat()
1290 kind = GetMoreGeneralElementsKind( in Slow_ArrayConcat()