Searched defs:synthetics (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java244 private int synthetics; field in class:MethodWriter
535 synthetics = Math.max(synthetics, parameter + 1);
1888 size += 7 + 2 * (panns.length - synthetics);
1889 for (int i = panns.length - 1; i >= synthetics; --i) {
1895 size += 7 + 2 * (ipanns.length - synthetics);
1896 for (int i = ipanns.length - 1; i >= synthetics; --i) {
2068 AnnotationWriter.put(panns, synthetics, out);
2072 AnnotationWriter.put(ipanns, synthetics, out);

Completed in 26 milliseconds