(&self)
| 922 | } |
| 923 | |
| 924 | fn memory_map(&self) -> MemoryMap { |
| 925 | MemoryMap::new(self.as_ref().to_owned()) |
| 926 | } |
| 927 | |
| 928 | fn add_auto_function(&self, plat: &Platform, addr: u64) -> Option<Ref<Function>> { |
| 929 | unsafe { |
nothing calls this directly
no test coverage detected