Home | History | Annotate | Download | only in compiler

Lines Matching defs:MapList

34 typedef std::vector<Handle<Map>> MapList;
43 ElementAccessInfo(MapList const& receiver_maps, ElementsKind elements_kind);
46 MapList const& receiver_maps() const { return receiver_maps_; }
52 MapList receiver_maps_;
70 static PropertyAccessInfo NotFound(MapList const& receiver_maps,
72 static PropertyAccessInfo DataConstant(MapList const& receiver_maps,
76 PropertyConstness constness, MapList const& receiver_maps,
81 static PropertyAccessInfo AccessorConstant(MapList const& receiver_maps,
84 static PropertyAccessInfo Generic(MapList const& receiver_maps);
111 MapList const& receiver_maps() const { return receiver_maps_; }
115 MapList const& receiver_maps);
117 Handle<Object> constant, MapList const& receiver_maps);
122 MapList const& receiver_maps);
125 MapList receiver_maps_;