Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_interpret.rs15 use cranelift_interpreter::interpreter::{Interpreter, InterpreterState, LibCallValues};
90 .with_libcall_handler(|libcall: LibCall, args: LibCallValues| { in run_test()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-fuzzgen.rs27 Interpreter, InterpreterError, InterpreterState, LibCallValues,
316 .with_libcall_handler(|libcall: LibCall, args: LibCallValues| { in build_interpreter()
/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dinterpreter.rs194 pub type LibCallValues = SmallVec<[DataValue; 1]>; typedef
195 pub type LibCallHandler = fn(LibCall, LibCallValues) -> Result<LibCallValues, CraneliftTrap>;