Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_interpret.rs90 .with_libcall_handler(|libcall: LibCall, args: LibCallValues| { in run_test()
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dinterpreter.rs234 pub fn with_libcall_handler(mut self, handler: LibCallHandler) -> Self { in with_libcall_handler() method
962 .with_libcall_handler(|libcall, args| { in libcall()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-fuzzgen.rs316 .with_libcall_handler(|libcall: LibCall, args: LibCallValues| { in build_interpreter()