Mutable view of [`Self::stack_map_values`].
(&mut self)
| 237 | |
| 238 | /// Mutable view of [`Self::stack_map_values`]. |
| 239 | pub fn stack_map_values_mut(&mut self) -> &mut EntitySet<Value> { |
| 240 | &mut self.stack_map_values |
| 241 | } |
| 242 | |
| 243 | /// Propagate the needs-stack-map bit from `var` to `val`. |
| 244 | fn record_stack_map_binding(&mut self, var: Variable, val: Value) { |
no outgoing calls
no test coverage detected