Return the current virtual address.
(&self)
| 169 | |
| 170 | /// Return the current virtual address. |
| 171 | pub fn cur_addr(&self) -> usize { self.base_addr() + self.cursor() } |
| 172 | |
| 173 | /// Return a function pointer [MeasuredFn] to this block of emitted code. |
| 174 | #[inline(always)] |
no test coverage detected