Home
last modified time | relevance | path

Searched refs:bootstrapMethodInfoVisitor (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/visitor/
DAllBootstrapMethodInfoVisitor.java37 private final BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor; field in AllBootstrapMethodInfoVisitor
40 public AllBootstrapMethodInfoVisitor(BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor) in AllBootstrapMethodInfoVisitor() argument
42 this.bootstrapMethodInfoVisitor = bootstrapMethodInfoVisitor; in AllBootstrapMethodInfoVisitor()
53 bootstrapMethodsAttribute.bootstrapMethodEntriesAccept(clazz, bootstrapMethodInfoVisitor); in visitBootstrapMethodsAttribute()
/external/proguard/src/proguard/classfile/attribute/
DBootstrapMethodsAttribute.java70 …id bootstrapMethodEntriesAccept(Clazz clazz, BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor) in bootstrapMethodEntriesAccept() argument
76 bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[index]); in bootstrapMethodEntriesAccept()
87 BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor) in bootstrapMethodEntryAccept() argument
91bootstrapMethodInfoVisitor.visitBootstrapMethodInfo(clazz, bootstrapMethods[bootstrapMethodIndex]); in bootstrapMethodEntryAccept()