Lines Matching refs:receiver_map
298 const MapRef receiver_map, const NameRef property_name,
301 receiver_map_(receiver_map),
683 bool DependsOn(const Handle<Map>& receiver_map) const {
684 return map_.object().equals(receiver_map);
1055 const MapRef& receiver_map, const NameRef& property_name,
1058 receiver_map, property_name, constant, kind));
1302 for (MapRef receiver_map : receiver_maps) {
1303 if (receiver_map.IsPrimitiveMap()) {
1308 broker_->target_native_context().GetConstructorFunction(receiver_map);
1309 receiver_map = constructor.value().initial_map(this);
1311 if (start == kStartAtReceiver) DependOnStableMap(receiver_map);
1312 DependOnStablePrototypeChain(this, receiver_map, last_prototype);
1381 const CompilationDependency* dep, const Handle<Map>& receiver_map) {
1383 dep->AsFieldRepresentation()->DependsOn(receiver_map);