Searched refs:convert_func_type (Results 1 – 2 of 2) sorted by relevance
346 let ty = converter.convert_func_type(&ty)?; in callee_sig()
2462 WasmCompositeInnerType::Func(self.convert_func_type(f)?) in convert_composite_type()2519 fn convert_func_type(&self, ty: &wasmparser::FuncType) -> WasmResult<WasmFuncType> { in convert_func_type() method