Home | History | Annotate | Download | only in compiler

Lines Matching refs:target_map

679   Handle<Map> target_map(transition.target());
685 if (ZoneHandleSet<Map>(target_map).contains(object_maps)) {
686 // The {object} already has the {target_map}, so this TransitionElements
692 object_maps.insert(target_map, zone());