Searched refs:sync_call_hook (Results 1 – 2 of 2) sorted by relevance
4 use crate::call_hook::{Context, State, sync_call_hook};52 store.call_hook(sync_call_hook); in call_wrapped_func()114 store.call_hook(sync_call_hook); in call_func_with_realloc()162 store.call_hook(sync_call_hook); in call_func_with_post_return()226 store.call_hook(sync_call_hook); in call_wrapped_async_func()312 store.call_hook(sync_call_hook); in trapping()
13 store.call_hook(sync_call_hook); in call_wrapped_func()121 store.call_hook(sync_call_hook); in call_wrapped_async_func()176 store.call_hook(sync_call_hook); in call_linked_func()242 store.call_hook(sync_call_hook); in call_linked_func_async()312 store.call_hook(sync_call_hook); in instantiate()331 store.call_hook(sync_call_hook); in instantiate_async()352 store.call_hook(sync_call_hook); in recursion()471 store.call_hook(sync_call_hook); in trapping()558 sync_call_hook(ctx, ch) in basic_async_hook()897 pub fn sync_call_hook(mut ctx: StoreContextMut<'_, State>, transition: CallHook) -> Result<()> { in sync_call_hook() function