Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstate.rs29 fn get_libcall_handler(&self) -> LibCallHandler; in get_libcall_handler() method
H A Dinterpreter.rs249 fn get_libcall_handler(&self) -> LibCallHandler { in get_libcall_handler() method
H A Dstep.rs323 let libcall_handler = state.get_libcall_handler(); in step()