Home | History | Annotate | Download | only in src

Lines Matching full:maybe_elements_transition_map

9565   Map* maybe_elements_transition_map = NULL;
9567 maybe_elements_transition_map = map->ElementsTransitionMap();
9568 DCHECK(maybe_elements_transition_map == NULL ||
9569 (maybe_elements_transition_map->elements_kind() ==
9579 maybe_elements_transition_map == NULL;