Searched refs:LLOAD_0 (Results 1 – 8 of 8) sorted by relevance
33 super(org.apache.bcel.Const.LLOAD, org.apache.bcel.Const.LLOAD_0); in LLOAD()38 super(org.apache.bcel.Const.LLOAD, org.apache.bcel.Const.LLOAD_0, n); in LLOAD()
215 case Const.LLOAD_0: in readInstruction()
194 int LLOAD_0 = 30; field
350 map.put("lload", precompile(Const.LLOAD_0, Const.LLOAD_3, Const.LLOAD));
400 short LLOAD_0 = 30; field
630 public static final short LLOAD_0 = 30; field in Const
135 case LLOAD_0: in execute()139 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); in execute()
189 case Opcode.LLOAD_0 : in doOpcode0_53()