HomeSort by relevance Sort by last modified time
    Searched refs:wasm_args (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
wasm-debug.cc 174 ScopedVector<WasmValue> wasm_args(num_params);
182 wasm_args[i] = WasmValue(ReadUnalignedValue<ctype>(arg_buf_ptr)); \
199 thread->InitFrame(&module()->functions[func_index], wasm_args.start());
wasm-interpreter.cc 2729 WasmValue* wasm_args = sp_ - num_args; local
    [all...]

Completed in 311 milliseconds