Searched refs:DSTORE (Results 1 – 17 of 17) sorted by relevance
26 public class DSTORE extends StoreInstruction { class32 DSTORE() { in DSTORE() method in DSTORE33 super(org.apache.bcel.Const.DSTORE, org.apache.bcel.Const.DSTORE_0); in DSTORE()40 public DSTORE(final int n) { in DSTORE() method in DSTORE41 super(org.apache.bcel.Const.DSTORE, org.apache.bcel.Const.DSTORE_0, n); in DSTORE()
272 case Const.DSTORE: in readInstruction()273 obj = new DSTORE(); in readInstruction()315 obj = new DSTORE(0); in readInstruction()318 obj = new DSTORE(1); in readInstruction()321 obj = new DSTORE(2); in readInstruction()324 obj = new DSTORE(3); in readInstruction()
211 case Const.DSTORE: in getType()
264 void visitDSTORE( DSTORE obj ); in visitDSTORE()
418 public void visitDSTORE( final DSTORE obj ) { in visitDSTORE()
488 return new DSTORE(index); in createStore()
76 analyzer.visitVarInsn(Opcodes.DSTORE, 1); in should_combine_slots_when_doube_or_long_types_are_given()
357 map.put("dstore", precompile(Const.DSTORE_0, Const.DSTORE_3, Const.DSTORE));
193 case Const.DSTORE: in codeToHTML()
508 short DSTORE = 57; field
765 public static final short DSTORE = 57; field in Const
54 import org.apache.bcel.generic.DSTORE;1009 public void visitDSTORE(final DSTORE o) { in visitDSTORE()
1628 DSTORE 11635 DSTORE 31672 DSTORE 11685 DSTORE 31711 DSTORE 21764 DSTORE 2
411 case Opcodes.DSTORE: in visitVarInsn()
289 case Const.DSTORE: in codeToString()
336 public void visitDSTORE(final DSTORE o) { in visitDSTORE()
903 public void visitDSTORE(final DSTORE o) { in visitDSTORE()