Searched refs:consume_sig_index (Results 1 – 1 of 1) sorted by relevance
810 consume_sig_index(module_.get(), &function->sig); in DecodeImportSection()900 function->sig_index = consume_sig_index(module_.get(), &function->sig); in DecodeFunctionSection()1691 uint32_t consume_sig_index(WasmModule* module, const FunctionSig** sig) { in consume_sig_index() function in v8::internal::wasm::ModuleDecoderImpl1706 uint32_t sig_index = consume_sig_index(module, sig); in consume_tag_sig_index()