Searched refs:convert_array_type (Results 1 – 1 of 1) sorted by relevance
2465 WasmCompositeInnerType::Array(self.convert_array_type(a)?) in convert_composite_type()2499 fn convert_array_type(&self, ty: &wasmparser::ArrayType) -> WasmResult<WasmArrayType> { in convert_array_type() method