Lines Matching refs:MapSet
47 typedef UniqueSet<Map>* MapSet;
52 MapSet maps_; // The set of known maps for the object.
140 MapSet list = new(phase_->zone()) UniqueSet<Map>();
181 MapSet a = entry->maps_;
182 MapSet i = instr->map_set().Copy(phase_->zone());
226 MapSet maps = FindMaps(object);
242 MapSet maps = FindMaps(object);
287 MapSet maps = FindMaps(instr->value()->ActualValue());
301 MapSet maps = FindMaps(instr->object()->ActualValue());
376 MapSet list = entry->maps_;
397 MapSet FindMaps(HValue* object) {
403 MapSet list = new(phase_->zone()) UniqueSet<Map>();
408 void Insert(HValue* object, HCheckMaps* check, MapSet maps) {