Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc986 consume_func_index(module_.get(), &func, "export function index"); in DecodeExportSection()
1070 consume_func_index(module_.get(), &func, "start function index"); in DecodeStartSection()
1725 uint32_t consume_func_index(WasmModule* module, WasmFunction** func, in consume_func_index() function in v8::internal::wasm::ModuleDecoderImpl
2206 consume_func_index(module_.get(), &func, "element function index"); in consume_element_func_index()