Home | History | Annotate | Download | only in javassist

Lines Matching refs:smt

627             StackMapTable smt = (StackMapTable)ca.getAttribute(StackMapTable.tag);
628 if (smt != null)
629 smt.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);