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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DARRAYLENGTH.java62 * ARRAYLENGTH - Get length of array
67 public class ARRAYLENGTH extends Instruction class in inherits:Instruction,ExceptionThrower,StackProducer
71 public ARRAYLENGTH() { method in class:ARRAYLENGTH
72 super(com.sun.org.apache.bcel.internal.Constants.ARRAYLENGTH, (short)1);
H A DInstructionConstants.java185 public static final Instruction ARRAYLENGTH = new ARRAYLENGTH(); field in interface:InstructionConstants
323 INSTRUCTIONS[Constants.ARRAYLENGTH] = ARRAYLENGTH;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java359 int ARRAYLENGTH = 190; // visitInsn field in interface:Opcodes
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java350 public static final short ARRAYLENGTH = 190; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java233 ARRAYLENGTH(0xbe), enum constant in enum:Opcode

Completed in 42 milliseconds