Home | History | Annotate | Download | only in bcel

Lines Matching refs:ILOAD

583    * @see <a href="http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.iload">
585 public static final short ILOAD = 21;
1855 1/*iload*/, 1/*lload*/, 1/*fload*/, 1/*dload*/, 1/*aload*/,
1922 * Indexed by opcode. TYPE_OF_OPERANDS[ILOAD] = an array of shorts
1932 {T_BYTE}/*iload*/, {T_BYTE}/*lload*/, {T_BYTE}/*fload*/,
2010 "dconst_1", "bipush", "sipush", "ldc", "ldc_w", "ldc2_w", "iload",
2077 0/*dconst_1*/, 0/*bipush*/, 0/*sipush*/, 0/*ldc*/, 0/*ldc_w*/, 0/*ldc2_w*/, 0/*iload*/,
2144 2/*dconst_1*/, 1/*bipush*/, 1/*sipush*/, 1/*ldc*/, 1/*ldc_w*/, 2/*ldc2_w*/, 1/*iload*/,