Searched refs:wasm_args (Results 1 – 1 of 1) sorted by relevance
85 ScopedVector<WasmVal> wasm_args(num_params); in Execute() local92 wasm_args[i] = WasmVal(*reinterpret_cast<ctype*>(arg_buf_ptr)); \ in Execute()112 thread->PushFrame(&module()->functions[func_index], wasm_args.start()); in Execute()