Searched refs:LSTORE_0 (Results 1 – 8 of 8) sorted by relevance
33 super(org.apache.bcel.Const.LSTORE, org.apache.bcel.Const.LSTORE_0); in LSTORE()38 super(org.apache.bcel.Const.LSTORE, org.apache.bcel.Const.LSTORE_0, n); in LSTORE()
290 case Const.LSTORE_0: in readInstruction()
207 int LSTORE_0 = 63; field
355 map.put("lstore", precompile(Const.LSTORE_0, Const.LSTORE_3, Const.LSTORE));
532 short LSTORE_0 = 63; field
795 public static final short LSTORE_0 = 63; field in Const
308 case Opcode.LSTORE_0 : in doOpcode54_95()312 { int var = op - Opcode.LSTORE_0; in doOpcode54_95()
200 case LSTORE_0: in execute()204 evalStore(Type.LONG, opcode - LSTORE_0, frame, subroutine); in execute()