Searched refs:next_map (Results 1 – 1 of 1) sorted by relevance
4690 Map* next_map = current_map->ElementsTransitionMap(); in FindClosestElementsTransition() local4691 if (next_map == nullptr) return current_map; in FindClosestElementsTransition()4692 kind = next_map->elements_kind(); in FindClosestElementsTransition()4693 current_map = next_map; in FindClosestElementsTransition()