(&mut self, stack_slot: ir::StackSlot)
| 1003 | } |
| 1004 | |
| 1005 | fn map_stack_slot(&mut self, stack_slot: ir::StackSlot) -> ir::StackSlot { |
| 1006 | self.entity_map.inlined_stack_slot(stack_slot) |
| 1007 | } |
| 1008 | |
| 1009 | fn map_dynamic_stack_slot( |
| 1010 | &mut self, |
nothing calls this directly
no test coverage detected