Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc5131 ElementsKind map_kind = map->elements_kind(); in AllocateStorageForMap() local
5132 if (map_kind != obj_kind) { in AllocateStorageForMap()
5133 ElementsKind to_kind = GetMoreGeneralElementsKind(map_kind, obj_kind); in AllocateStorageForMap()