Searched refs:LCONST (Results 1 – 8 of 8) sorted by relevance
92 # define LCONST const macro94 # define LCONST macro104 LCONST int loc = 5; in foo()
27 public class LCONST extends Instruction implements ConstantPushInstruction { class36 LCONST() { in LCONST() method in LCONST40 public LCONST(final long l) { in LCONST() method in LCONST
56 public static final Instruction LCONST_0 = new LCONST(0);57 public static final Instruction LCONST_1 = new LCONST(1);
57 Instruction LCONST_0 = new LCONST(0);58 Instruction LCONST_1 = new LCONST(1);
165 void visitLCONST( LCONST obj ); in visitLCONST()
253 public void visitLCONST( final LCONST obj ) { in visitLCONST()
1037 public void visitLCONST(final LCONST o) { in visitLCONST()
2371 public void visitLCONST(final LCONST o) { in visitLCONST()