Lines Matching refs:receiver_maps
517 ZoneRefUnorderedSet<MapRef> receiver_maps(zone());
519 broker(), receiver, effect, &receiver_maps);
524 // Try to determine either that all of the {receiver_maps} have the given
529 for (MapRef map : receiver_maps) {
1790 ZoneVector<MapRef> const& receiver_maps =
1796 receiver_maps);
1799 // Explicitly branch on the {receiver_maps}.
1801 for (MapRef map : receiver_maps) {
2648 ZoneVector<MapRef> const& receiver_maps =
2910 bool receiver_is_jsarray = HasOnlyJSArrayMaps(broker(), receiver_maps);
2928 CanTreatHoleAsUndefined(receiver_maps)) {
2973 CanTreatHoleAsUndefined(receiver_maps)) {
3041 if (CanTreatHoleAsUndefined(receiver_maps)) {
3054 if (CanTreatHoleAsUndefined(receiver_maps)) {
3100 if (CanTreatHoleAsUndefined(receiver_maps)) {
3380 ZoneVector<MapRef> const& receiver_maps) {
3381 // Check if all {receiver_maps} have one of the initial Array.prototype
3384 for (MapRef receiver_map : receiver_maps) {