Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:map_list

2679                          HValue* value, SmallMapList* map_list,
2681 UniqueSet<Map>* maps = new(zone) UniqueSet<Map>(map_list->length(), zone);
2682 for (int i = 0; i < map_list->length(); ++i) {
2683 maps->Add(Unique<Map>::CreateImmovable(map_list->at(i)), zone);