Searched refs:LibCallValues (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | test_interpret.rs | 15 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 D | cranelift-fuzzgen.rs | 27 Interpreter, InterpreterError, InterpreterState, LibCallValues, 316 .with_libcall_handler(|libcall: LibCall, args: LibCallValues| { in build_interpreter()
|
| /wasmtime-44.0.1/cranelift/interpreter/src/ |
| H A D | interpreter.rs | 194 pub type LibCallValues = SmallVec<[DataValue; 1]>; typedef 195 pub type LibCallHandler = fn(LibCall, LibCallValues) -> Result<LibCallValues, CraneliftTrap>;
|