Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dmodule-decoder.cc603 exp->index = consume_func_index(module_.get(), &func); in DecodeExportSection()
674 module_->start_function_index = consume_func_index(module_.get(), &func); in DecodeStartSection()
705 uint32_t index = consume_func_index(module_.get(), &func); in DecodeElementSection()
1064 uint32_t consume_func_index(WasmModule* module, WasmFunction** func) { in consume_func_index() function in v8::internal::wasm::ModuleDecoderImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-decoder.cc766 consume_func_index(module_.get(), &func, "export function index"); in DecodeExportSection()
844 consume_func_index(module_.get(), &func, "start function index"); in DecodeStartSection()
1473 uint32_t consume_func_index(WasmModule* module, WasmFunction** func, in consume_func_index() function in v8::internal::wasm::ModuleDecoderImpl
1955 consume_func_index(module_.get(), &func, "element function index"); in consume_element_func_index()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-decoder.cc901 consume_func_index(module_.get(), &func, "export function index"); in DecodeExportSection()
985 consume_func_index(module_.get(), &func, "start function index"); in DecodeStartSection()
1654 uint32_t consume_func_index(WasmModule* module, WasmFunction** func, in consume_func_index() function in v8::internal::wasm::ModuleDecoderImpl
2089 consume_func_index(module_.get(), &func, "element function index"); in consume_element_func_index()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-decoder.cc789 consume_func_index(module_.get(), &func, "export function index"); in DecodeExportSection()
873 consume_func_index(module_.get(), &func, "start function index"); in DecodeStartSection()
1495 uint32_t consume_func_index(WasmModule* module, WasmFunction** func, in consume_func_index() function in v8::internal::wasm::ModuleDecoderImpl
2130 consume_func_index(module_.get(), &func, "element function index"); in consume_element_func_index()