Home | History | Annotate | Download | only in src

Lines Matching refs:next_map

4690     Map* next_map = current_map->ElementsTransitionMap();
4691 if (next_map == nullptr) return current_map;
4692 kind = next_map->elements_kind();
4693 current_map = next_map;