Home | History | Annotate | Download | only in javassist

Lines Matching refs:StackMapTable

627             StackMapTable smt = (StackMapTable)ca.getAttribute(StackMapTable.tag);
629 smt.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);
633 sm.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo);