Searched refs:LDC (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLDC_W.java70 public class LDC_W extends LDC {
H A DPUSH.java65 * LDC or xCONST_n instructions.
88 instruction = new LDC(cp.addInteger(value));
111 instruction = new LDC(cp.addFloat(value));
148 instruction = new LDC(cp.addString(value));
H A DLDC.java64 * LDC - Push item from constant pool.
70 public class LDC extends CPInstruction class in inherits:CPInstruction,PushInstruction,ExceptionThrower,TypedInstruction
76 LDC() {} method in class:LDC
78 public LDC(int index) { method in class:LDC
86 opcode = com.sun.org.apache.bcel.internal.Constants.LDC;
H A DEmptyVisitor.java143 public void visitLDC(LDC obj) { }
H A DVisitor.java146 public void visitLDC(LDC obj);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java67 * opcodes are therefore not defined in this interface. Likewise for LDC,
187 int LDC = 18; // visitLdcInsn field in interface:Opcodes
H A DFrame.java293 // 1, //LDC, // visitLdcInsn
904 case Opcodes.LDC:
H A DMethodWriter.java1036 currentBlock.frame.execute(Opcodes.LDC, 0, cw, i);
1060 code.put11(Opcodes.LDC, index);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCOpcodes.java189 public static final int LDC = (3 << 4); field in interface:SPARCOpcodes
H A DSPARCV8Disassembler.java65 new LoadDecoder(LDF,"ld", RTLDT_FL_SINGLE), new SpecialLoadDecoder(LDC,"ld", SPARCSpecialRegisters.CREG)
H A DSPARCV9Opcodes.java185 public static final int LDFA = LDC;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java226 public void visitLDC(LDC i) {
H A DCodeHTML.java333 case LDC:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java175 public static final short LDC = 18; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java61 LDC(0x12, CPREF), enum constant in enum:Opcode
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java377 case Constants.LDC:

Completed in 77 milliseconds