Home
last modified time | relevance | path

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

/external/v8/src/
Delements-kind.h260 inline ElementsKind GetMoreGeneralElementsKind(ElementsKind from_kind, in GetMoreGeneralElementsKind() function
Dlookup.cc402 to = GetMoreGeneralElementsKind(kind, to); in PrepareForDataProperty()
Delements.cc4648 GetMoreGeneralElementsKind(result_elements_kind, arg_kind); in Concat()
Dobjects.cc6116 ElementsKind to_kind = GetMoreGeneralElementsKind(map_kind, obj_kind); in AllocateStorageForMap()
15787 to = GetMoreGeneralElementsKind(kind, to); in AddDataElement()
/external/v8/src/builtins/
Dbuiltins-array.cc1183 kind = GetMoreGeneralElementsKind(kind, array_kind); in Slow_ArrayConcat()
1188 kind = GetMoreGeneralElementsKind( in Slow_ArrayConcat()
/external/v8/src/compiler/
Djs-create-lowering.cc752 elements_kind = GetMoreGeneralElementsKind( in ReduceJSCreateArray()
798 elements_kind = GetMoreGeneralElementsKind( in ReduceJSCreateArray()
803 elements_kind = GetMoreGeneralElementsKind( in ReduceJSCreateArray()
/external/v8/src/ast/
Dast.cc623 kind = GetMoreGeneralElementsKind(kind, in BuildBoilerplateDescription()