Home
last modified time | relevance | path

Searched refs:visitBootstrapMethodInfo (Results 1 – 14 of 14) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/
DBootstrapMethodsAttribute.java76 bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[index]); in bootstrapMethodEntriesAccept()
91 …bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[bootstrapMethodIndex]); in bootstrapMethodEntryAccept()
/external/proguard/src/proguard/classfile/editor/
DBootstrapMethodsAttributeAdder.java61 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in BootstrapMethodsAttributeAdder
89 bootstrapMethodInfoAdder.visitBootstrapMethodInfo(clazz, bootstrapMethodInfo); in visitBootstrapMethodInfo()
DBootstrapMethodInfoAdder.java63 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in BootstrapMethodInfoAdder
DConstantPoolShrinker.java350 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in ConstantPoolShrinker
DConstantPoolRemapper.java458 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in ConstantPoolRemapper
/external/proguard/src/proguard/classfile/attribute/visitor/
DBootstrapMethodInfoVisitor.java37 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo); in visitBootstrapMethodInfo() method
/external/proguard/src/proguard/classfile/constant/visitor/
DBootstrapMethodArgumentVisitor.java51 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in BootstrapMethodArgumentVisitor
DBootstrapMethodHandleTraveler.java90 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in BootstrapMethodHandleTraveler
/external/proguard/src/proguard/optimize/
DBootstrapMethodArgumentShrinker.java53 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in BootstrapMethodArgumentShrinker
/external/proguard/src/proguard/classfile/visitor/
DClassCleaner.java221 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in ClassCleaner
DClassPrinter.java681 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in ClassPrinter
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java321 visitBootstrapMethodInfo(clazz, bootstrapMethodInfo); in visitBootstrapMethodsAttribute()
605 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in ProgramClassReader
DProgramClassWriter.java512 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in ProgramClassWriter.AttributeBodyWriter
/external/proguard/src/proguard/shrink/
DUsageMarker.java573 public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) in visitBootstrapMethodInfo() method in UsageMarker.MyBootStrapMethodUsageMarker