Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc85 ScopedVector<WasmVal> wasm_args(num_params); in Execute() local
92 wasm_args[i] = WasmVal(*reinterpret_cast<ctype*>(arg_buf_ptr)); \ in Execute()
112 thread->PushFrame(&module()->functions[func_index], wasm_args.start()); in Execute()