Searched refs:VISITED (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java128 static final int VISITED = 1024; field in class:Label
457 if ((status & Label.VISITED) != 0) {
487 if ((status & VISITED) == 0) {
488 status |= VISITED;
509 if ((status & VISITED) != 0) {
512 status |= VISITED;
H A DMethodWriter.java1386 if ((subroutine.status & Label.VISITED) == 0) {
1401 L.status &= ~Label.VISITED;

Completed in 37 milliseconds