Home | History | Annotate | Download | only in bcel

Lines Matching refs:ILOAD

364   short ILOAD            = 21;
1357 1/*iload*/, 1/*lload*/, 1/*fload*/, 1/*dload*/, 1/*aload*/,
1414 * Indexed by opcode. TYPE_OF_OPERANDS[ILOAD] = an array of shorts
1424 {T_BYTE}/*iload*/, {T_BYTE}/*lload*/, {T_BYTE}/*fload*/,
1488 "dconst_1", "bipush", "sipush", "ldc", "ldc_w", "ldc2_w", "iload",
1542 0/*dconst_1*/, 0/*bipush*/, 0/*sipush*/, 0/*ldc*/, 0/*ldc_w*/, 0/*ldc2_w*/, 0/*iload*/,
1598 2/*dconst_1*/, 1/*bipush*/, 1/*sipush*/, 1/*ldc*/, 1/*ldc_w*/, 2/*ldc2_w*/, 1/*iload*/,