Searched refs:visitStackMapTableAttribute (Results 1 - 20 of 20) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DStackMapTableAttribute.java71 attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, this);
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DAttributeVisitor.java72 public void visitStackMapTableAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute); method in interface:AttributeVisitor
H A DAttributeNameFilter.java272 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:AttributeNameFilter
276 attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute);
H A DNonEmptyAttributeFilter.java189 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:NonEmptyAttributeFilter
193 attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute);
H A DRequiredAttributeFilter.java256 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:RequiredAttributeFilter
260 optionalAttributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute);
H A DMultiAttributeVisitor.java259 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:MultiAttributeVisitor
263 attributeVisitors[index].visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute);
/external/proguard/src/proguard/optimize/
H A DChangedCodePrinter.java164 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:ChangedCodePrinter
166 attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, stackMapTableAttribute);
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java163 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:ClassCleaner
H A DClassPrinter.java554 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:ClassPrinter
/external/proguard/src/proguard/classfile/editor/
H A DUtf8Shrinker.java231 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:Utf8Shrinker
H A DAttributeAdder.java322 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:AttributeAdder
H A DConstantPoolShrinker.java294 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:ConstantPoolShrinker
H A DCodeAttributeComposer.java487 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:CodeAttributeComposer
H A DConstantPoolRemapper.java389 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:ConstantPoolRemapper
H A DCodeAttributeEditor.java485 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:CodeAttributeEditor
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java736 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:UsageMarker
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java427 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:ProgramClassWriter.AttributeBodyWriter
H A DProgramClassReader.java465 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:ProgramClassReader
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java385 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) method in class:SimplifiedVisitor

Completed in 103 milliseconds