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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBIPUSH.java65 * BIPUSH - Push byte on stack
71 public class BIPUSH extends Instruction implements ConstantPushInstruction { class in inherits:Instruction,ConstantPushInstruction
78 BIPUSH() {} method in class:BIPUSH
82 public BIPUSH(byte b) { method in class:BIPUSH
83 super(com.sun.org.apache.bcel.internal.Constants.BIPUSH, (short)2);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java185 int BIPUSH = 16; // visitIntInsn field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java173 public static final short BIPUSH = 16; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java59 BIPUSH(0x10, BYTE), enum constant in enum:Opcode

Completed in 42 milliseconds