Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc626 exp->index = consume_func_index(module_.get(), &func); in DecodeExportSection()
697 module_->start_function_index = consume_func_index(module_.get(), &func); in DecodeStartSection()
733 uint32_t index = consume_func_index(module_.get(), &func); in DecodeElementSection()
1099 uint32_t consume_func_index(WasmModule* module, WasmFunction** func) { in consume_func_index() function in v8::internal::wasm::ModuleDecoderImpl