Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs1533 let result = self.invoke_call_hook(&mut call_hook, s); in call_hook_slow_path()
1541 fn invoke_call_hook(&mut self, call_hook: &mut CallHookInner<T>, s: CallHook) -> Result<()> { in invoke_call_hook() method