Searched refs:LREM (Results 1 – 13 of 13) sorted by relevance
28 public class LREM extends ArithmeticInstruction implements ExceptionThrower { class30 public LREM() { in LREM() method in LREM31 super(org.apache.bcel.Const.LREM); in LREM()
106 ArithmeticInstruction LREM = new LREM(); field241 INSTRUCTIONS[Const.LREM] = LREM; in Clinit()
105 public static final ArithmeticInstruction LREM = new LREM(); field in InstructionConst236 INSTRUCTIONS[Const.LREM] = LREM;
85 case Const.LREM: in getType()
525 void visitLREM( LREM obj ); in visitLREM()
843 public void visitLREM( final LREM obj ) { in visitLREM()
360 return InstructionConst.LREM; in createBinaryLongOp()
732 short LREM = 113; field
1045 public static final short LREM = 113; field in Const
205 testInsn(LREM, true); in testInsn()
266 case Opcodes.LREM: in visitInsn()
1123 public void visitLREM(final LREM o) { in visitLREM()
2499 public void visitLREM(final LREM o) { in visitLREM()