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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBALOAD.java62 * BALOAD - Load byte or boolean from array
67 public class BALOAD extends ArrayInstruction implements StackProducer { class in inherits:ArrayInstruction,StackProducer
70 public BALOAD() { method in class:BALOAD
71 super(com.sun.org.apache.bcel.internal.Constants.BALOAD);
H A DInstructionConstants.java103 public static final ArrayInstruction BALOAD = new BALOAD(); field in interface:InstructionConstants
241 INSTRUCTIONS[Constants.BALOAD] = BALOAD;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java220 int BALOAD = 51; // - field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java208 public static final short BALOAD = 51; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java94 BALOAD(0x33), enum constant in enum:Opcode

Completed in 56 milliseconds