Searched refs:OpcodeSignature (Results 1 – 1 of 1) sorted by relevance
793 type OpcodeSignature = (Opcode, Vec<Type>, Vec<Type>); typedef795 static OPCODE_SIGNATURES: LazyLock<Vec<OpcodeSignature>> = LazyLock::new(|| {