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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DJSR.java63 * JSR - Jump to subroutine
67 public class JSR extends JsrInstruction implements VariableLengthInstruction { class in inherits:JsrInstruction,VariableLengthInstruction
72 JSR() {} method in class:JSR
74 public JSR(InstructionHandle target) { method in class:JSR
75 super(com.sun.org.apache.bcel.internal.Constants.JSR, target);
84 if(opcode == com.sun.org.apache.bcel.internal.Constants.JSR)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DLabel.java111 * Indicates if this basic block ends with a JSR instruction.
113 static final int JSR = 128; field in class:Label
148 * @see #JSR
412 if (opcode <= Opcodes.JSR) {
413 // changes IFEQ ... JSR to opcodes 202 to 217
498 * current block WITHOUT following any JSR target.
500 * @param JSR a JSR block that jumps to this subroutine. If this JSR is not
506 void visitSubroutine(final Label JSR, fina argument
[all...]
H A DOpcodes.java337 int JSR = 168; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java328 public static final short JSR = 168; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java211 JSR(0xa8, BRANCH), enum constant in enum:Opcode

Completed in 57 milliseconds