Lines Matching refs:receiver_map
410 MapRef receiver_map = receiver->map();
413 receiver_map, name, AccessMode::kLoad, dependencies());
426 if (!receiver_map.is_callable()) return NoChange();
1684 for (MapRef receiver_map : access_info.lookup_start_object_maps()) {
1685 // If the {receiver_map} has a prototype and its elements backing
1689 if ((IsHoleyOrDictionaryElementsKind(receiver_map.elements_kind()) ||
1691 !receiver_map.HasOnlyStablePrototypesWithFastElements(
1699 receiver_map.instance_type())) {
2067 Node* receiver_map = effect =
2070 Node* check = graph()->NewNode(simplified()->ReferenceEqual(), receiver_map,
3384 for (MapRef receiver_map : receiver_maps) {
3385 ObjectRef receiver_prototype = receiver_map.prototype();