Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstate.rs5 use crate::interpreter::LibCallHandler;
29 fn get_libcall_handler(&self) -> LibCallHandler; in get_libcall_handler() argument
H A Dinterpreter.rs195 pub type LibCallHandler = fn(LibCall, LibCallValues) -> Result<LibCallValues, CraneliftTrap>; typedef
200 pub libcall_handler: LibCallHandler,
234 pub fn with_libcall_handler(mut self, handler: LibCallHandler) -> Self { in with_libcall_handler()
249 fn get_libcall_handler(&self) -> LibCallHandler { in get_libcall_handler() argument