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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java484 * @param nbSubroutines the total number of subroutines in the method.
486 void addToSubroutine(final long id, final int nbSubroutines) { argument
489 srcAndRefPositions = new int[(nbSubroutines - 1) / 32 + 1];
504 * @param nbSubroutines the total number of subroutines in the method.
506 void visitSubroutine(final Label JSR, final long id, final int nbSubroutines) argument
529 addToSubroutine(id, nbSubroutines);
538 e.successor.visitSubroutine(JSR, id, nbSubroutines);

Completed in 30 milliseconds