Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs641 let (values_vec_ptr, len) = self.compiler.allocate_stack_array_and_spill_args( in translate()
895 let (ptr, len) = self.compiler.allocate_stack_array_and_spill_args( in store_wasm_arguments()
971 let (values_vec_ptr, len) = self.compiler.allocate_stack_array_and_spill_args( in translate_hostcall()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs415 self.allocate_stack_array_and_spill_args(wasm_func_ty, &mut builder, &args[2..]); in compile_wasm_to_array_trampoline()
1060 fn allocate_stack_array_and_spill_args( in allocate_stack_array_and_spill_args() method