Home | History | Annotate | Download | only in visitor

Lines Matching refs:StackMapTableAttribute

554     public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
558 stackMapTableAttribute.u2stackMapFramesCount + "):");
561 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);