Home | History | Annotate | Download | only in ic

Lines Matching defs:current_map

703     Handle<Map> current_map = maps.at(i);
704 if (current_map->is_deprecated()) {
707 } else if (map.is_identical_to(current_map)) {
713 IsTransitionOfMonomorphicTarget(*current_map, *map)) {