Searched refs:GOTO_W (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DGOTO_W.java64 * GOTO_W - Branch always (to relative offset, not absolute address)
68 public class GOTO_W extends GotoInstruction { class in inherits:GotoInstruction
73 GOTO_W() {} method in class:GOTO_W
75 public GOTO_W(InstructionHandle target) { method in class:GOTO_W
76 super(com.sun.org.apache.bcel.internal.Constants.GOTO_W, target);
H A DGOTO.java86 else { // GOTO_W
102 opcode = com.sun.org.apache.bcel.internal.Constants.GOTO_W;
H A DInstructionFactory.java615 case Constants.GOTO_W: return new GOTO_W(target);
H A DEmptyVisitor.java220 public void visitGOTO_W(GOTO_W obj) { }
H A DVisitor.java223 public void visitGOTO_W(GOTO_W obj);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java52 final int GOTO_W = 0xc8;
57 assert ("goto_w".equals(bcNames[GOTO_W]));
59 assert (bcFormats[GOTO_W].length() == GOTO_W_LEN);
261 wop = GOTO_W; //0xc8
321 sbuf.append((char) GOTO_W);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAbsolutePathPattern.java28 import com.sun.org.apache.bcel.internal.generic.GOTO_W;
121 _falseList.add(il.append(new GOTO_W(null)));
H A DExpression.java30 import com.sun.org.apache.bcel.internal.generic.GOTO_W;
161 final BranchHandle truec = il.append(new GOTO_W(null));
H A DTestSeq.java29 import com.sun.org.apache.bcel.internal.generic.GOTO_W;
267 final InstructionHandle success = il.append(new GOTO_W(gtmpl));
H A DStepPattern.java35 import com.sun.org.apache.bcel.internal.generic.GOTO_W;
246 _falseList.add(il.append(new GOTO_W(null)));
258 _falseList.add(il.append(new GOTO_W(null)));
273 _falseList.add(il.append(new GOTO_W(null)));
H A DMode.java35 import com.sun.org.apache.bcel.internal.generic.GOTO_W;
575 til.append(new GOTO_W(next));
646 il.append(new GOTO_W(next));
667 il.append(new GOTO_W(next));
792 final BranchHandle loop = ilLoop.append(new GOTO_W(null));
796 current.setStart(mainIL.append(new GOTO_W(ihLoop)));
1065 til.append(new GOTO_W(next));
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DCodeHTML.java204 case GOTO_W: case JSR_W:
503 case GOTO_W: case JSR_W:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java360 public static final short GOTO_W = 200; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java243 GOTO_W(0xc8, BRANCH_W), enum constant in enum:Opcode
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java292 case Constants.GOTO_W: case Constants.JSR_W:

Completed in 55 milliseconds