Home
last modified time | relevance | path

Searched refs:func_loc_to_pointer (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs542 Some(self.func_loc_to_pointer(loc)) in store_invariant_func()
551 fn func_loc_to_pointer(&self, loc: &FunctionLoc) -> NonNull<u8> { in func_loc_to_pointer() method