Searched refs:ILOAD_0 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DILOAD.java73 super(com.sun.org.apache.bcel.internal.Constants.ILOAD, com.sun.org.apache.bcel.internal.Constants.ILOAD_0);
80 super(com.sun.org.apache.bcel.internal.Constants.ILOAD, com.sun.org.apache.bcel.internal.Constants.ILOAD_0, n);
H A DLocalVariableInstruction.java73 private short c_tag = -1; // compact version, such as ILOAD_0
138 if(((opcode >= Constants.ILOAD_0) &&
164 n = (opcode - Constants.ILOAD_0) % 4;
H A DInstructionConstants.java197 public static final LocalVariableInstruction ILOAD_0 = new ILOAD(0); field in interface:InstructionConstants
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DInstructionFinder.java367 map.put("iload", precompile(Constants.ILOAD_0, Constants.ILOAD_3, Constants.ILOAD));
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java183 public static final short ILOAD_0 = 26; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java69 ILOAD_0(0x1a), enum constant in enum:Opcode

Completed in 55 milliseconds