Home
last modified time | relevance | path

Searched defs:CompiledTestFile (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/filetests/src/
H A Dfunction_runner.rs346 pub fn compile(mut self) -> Result<CompiledTestFile, CompilationError> { in compile()
361 pub struct CompiledTestFile { struct
375 impl CompiledTestFile { argument
395 impl Drop for CompiledTestFile { implementation
420 pub fn call(&self, compiled: &CompiledTestFile, arguments: &[DataValue]) -> Vec<DataValue> { in call()
H A Dtest_run.rs149 ) -> anyhow::Result<CompiledTestFile> { in compile_testfile()
177 testfile: &CompiledTestFile, in run_test()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-fuzzgen.rs290 compiled: &CompiledTestFile, in run_in_host()