Searched refs:ICONST (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DICONST.java62 * ICONST - Push value between -1, ..., 5, other values cause an exception
68 public class ICONST extends Instruction class in inherits:Instruction,ConstantPushInstruction,TypedInstruction
76 ICONST() {} method in class:ICONST
78 public ICONST(int i) { method in class:ICONST
84 throw new ClassGenException("ICONST can be used only for value between -1 and 5: " +
H A DInstructionConstants.java84 public static final Instruction ICONST_M1 = new ICONST(-1);
85 public static final Instruction ICONST_0 = new ICONST(0);
86 public static final Instruction ICONST_1 = new ICONST(1);
87 public static final Instruction ICONST_2 = new ICONST(2);
88 public static final Instruction ICONST_3 = new ICONST(3);
89 public static final Instruction ICONST_4 = new ICONST(4);
90 public static final Instruction ICONST_5 = new ICONST(5);
H A DEmptyVisitor.java226 public void visitICONST(ICONST obj) { }
H A DVisitor.java229 public void visitICONST(ICONST obj);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStep.java32 import com.sun.org.apache.bcel.internal.generic.ICONST;
397 il.append(new ICONST(DOM.RETURN_CURRENT));
411 il.append(new ICONST(DOM.RETURN_PARENT));
422 // il.append(new ICONST(NodeTest.ELEMENT));
425 il.append(new ICONST(0));
H A DVariable.java30 import com.sun.org.apache.bcel.internal.generic.ICONST;
138 il.append(new ICONST(0)); // 0 for node-id, integer and boolean
H A DSyntaxTreeNode.java36 import com.sun.org.apache.bcel.internal.generic.ICONST;
706 il.append(new ICONST(0));
710 il.append(new ICONST(0));
H A DXslElement.java29 import com.sun.org.apache.bcel.internal.generic.ICONST;
H A DSort.java40 import com.sun.org.apache.bcel.internal.generic.ICONST;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java49 import com.sun.org.apache.bcel.internal.generic.ICONST;
659 _iloadCurrent = new ICONST(0);

Completed in 53 milliseconds