Searched refs:allocate_stack_array_and_spill_args (Results 1 – 2 of 2) sorted by relevance
641 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()
415 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