Searched refs:bootstrapMethods (Results 1 – 2 of 2) sorted by relevance
31 private final BootstrapMethodsList bootstrapMethods; field in AttBootstrapMethods35 public AttBootstrapMethods(BootstrapMethodsList bootstrapMethods) { in AttBootstrapMethods() argument37 this.bootstrapMethods = bootstrapMethods; in AttBootstrapMethods()39 int bytes = ATTRIBUTE_HEADER_BYTES + bootstrapMethods.size() * BOOTSTRAP_METHOD_BYTES; in AttBootstrapMethods()40 for (int i = 0; i < bootstrapMethods.size(); ++i) { in AttBootstrapMethods()41 int numberOfArguments = bootstrapMethods.get(i).getBootstrapMethodArguments().size(); in AttBootstrapMethods()57 return bootstrapMethods; in getBootstrapMethods()
89 return bootstrapMethods(cf, offset, length, observer); in parse0()221 private Attribute bootstrapMethods(DirectClassFile cf, int offset, int length, in bootstrapMethods() method in StdAttributeFactory