(&self, fp: usize)
| 749 | } |
| 750 | |
| 751 | fn slot_addr(&self, fp: usize) -> *mut u8 { |
| 752 | let fp: *mut u8 = core::ptr::with_exposed_provenance_mut(fp); |
| 753 | fp.wrapping_sub(self.slot_to_fp_offset) |
| 754 | } |
| 755 | } |
| 756 | |
| 757 | /// Read the value at the given offset. |
no outgoing calls
no test coverage detected