Home
last modified time | relevance | path

Searched refs:load_values_from_array (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs468 self.load_values_from_array(wasm_func_ty.results(), &mut builder, args_base, args_len); in compile_wasm_to_array_trampoline()
1137 fn load_values_from_array( in load_values_from_array() method
1341 let mut args = self.load_values_from_array( in array_to_wasm_trampoline()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1051 let results = self.compiler.load_values_from_array( in translate_hostcall()