Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dstack_switching.rs121 pub handlers: VMHandlerList,
133 handlers: VMHandlerList::empty(), in running_default()
187 pub type VMHandlerList = VMHostArray<*mut u8>; typedef
250 let handlers = VMHandlerList::empty(); in empty()
/wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/
H A Dinstructions.rs74 pub type VMHandlerList = VMHostArrayRef<*mut u8>; typedef
681 ) -> VMHandlerList { in get_handler_list() argument
684 VMHandlerList::new(address) in get_handler_list()