Searched refs:consume_sig_index (Results 1 – 1 of 1) sorted by relevance
472 consume_sig_index(module_.get(), &function->sig); in DecodeImportSection()551 function->sig_index = consume_sig_index(module_.get(), &function->sig); in DecodeFunctionSection()1076 uint32_t consume_sig_index(WasmModule* module, FunctionSig** sig) { in consume_sig_index() function in v8::internal::wasm::ModuleDecoderImpl