Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.h214 inline ElementsKind GetMoreGeneralElementsKind(ElementsKind from_kind, in GetMoreGeneralElementsKind() function
Dlookup.cc168 to = GetMoreGeneralElementsKind(kind, to); in PrepareForDataProperty()
Dbuiltins.cc1236 kind = GetMoreGeneralElementsKind(kind, array_kind); in Slow_ArrayConcat()
1242 kind = GetMoreGeneralElementsKind(kind, FAST_DOUBLE_ELEMENTS); in Slow_ArrayConcat()
1244 kind = GetMoreGeneralElementsKind(kind, FAST_ELEMENTS); in Slow_ArrayConcat()
Delements.cc2386 elements_kind = GetMoreGeneralElementsKind(elements_kind, arg_kind); in Concat()
Dobjects.cc5133 ElementsKind to_kind = GetMoreGeneralElementsKind(map_kind, obj_kind); in AllocateStorageForMap()
15874 to = GetMoreGeneralElementsKind(kind, to); in AddDataElement()