Searched refs:ConstantPoolGen (Results 1 - 25 of 153) sorted by relevance

1234567

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLoadClass.java74 public ObjectType getLoadClassType(ConstantPoolGen cpg);
86 * @see #getLoadClassType(ConstantPoolGen)
88 public Type getType(ConstantPoolGen cpg);
H A DStackConsumer.java69 public int consumeStack(ConstantPoolGen cpg);
H A DStackProducer.java70 public int produceStack(ConstantPoolGen cpg);
H A DTypedInstruction.java68 public Type getType(ConstantPoolGen cpg);
H A DStackInstruction.java82 public Type getType(ConstantPoolGen cp) {
H A DInvokeInstruction.java100 public int consumeStack(ConstantPoolGen cpg) {
122 public int produceStack(ConstantPoolGen cpg) {
128 public Type getType(ConstantPoolGen cpg) {
134 public String getMethodName(ConstantPoolGen cpg) {
140 public Type getReturnType(ConstantPoolGen cpg) {
146 public Type[] getArgumentTypes(ConstantPoolGen cpg) {
H A DPUSH.java80 public PUSH(ConstantPoolGen cp, int value) {
95 public PUSH(ConstantPoolGen cp, boolean value) {
103 public PUSH(ConstantPoolGen cp, float value) {
118 public PUSH(ConstantPoolGen cp, long value) {
131 public PUSH(ConstantPoolGen cp, double value) {
144 public PUSH(ConstantPoolGen cp, String value) {
155 public PUSH(ConstantPoolGen cp, Number value) {
172 public PUSH(ConstantPoolGen cp, Character value) {
180 public PUSH(ConstantPoolGen cp, Boolean value) {
H A DFieldOrMethod.java84 public String getSignature(ConstantPoolGen cpg) {
94 public String getName(ConstantPoolGen cpg) {
103 public String getClassName(ConstantPoolGen cpg) {
111 public ObjectType getClassType(ConstantPoolGen cpg) {
117 public ObjectType getLoadClassType(ConstantPoolGen cpg) {
H A DFieldInstruction.java97 protected int getFieldSize(ConstantPoolGen cpg) {
103 public Type getType(ConstantPoolGen cpg) {
109 public Type getFieldType(ConstantPoolGen cpg) {
115 public String getFieldName(ConstantPoolGen cpg) {
H A DACONST_NULL.java78 public Type getType(ConstantPoolGen cp) {
H A DDCMPG.java77 public Type getType(ConstantPoolGen cp) {
H A DDCMPL.java76 public Type getType(ConstantPoolGen cp) {
H A DFCMPG.java75 public Type getType(ConstantPoolGen cp) {
H A DFCMPL.java75 public Type getType(ConstantPoolGen cp) {
H A DLCMP.java77 public Type getType(ConstantPoolGen cp) {
H A DFieldGenOrMethodGen.java76 protected ConstantPoolGen cp;
94 public ConstantPoolGen getConstantPool() { return cp; }
95 public void setConstantPool(ConstantPoolGen cp) { this.cp = cp; }
H A DJsrInstruction.java81 public Type getType(ConstantPoolGen cp) {
H A DLDC2_W.java80 public Type getType(ConstantPoolGen cpg) {
89 public Number getValue(ConstantPoolGen cpg) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMarkerInstruction.java29 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
62 * @param cpg The {@link com.sun.org.apache.bcel.internal.generic.ConstantPoolGen} for the
66 final public int consumeStack(ConstantPoolGen cpg) {
73 * @param cpg The {@link com.sun.org.apache.bcel.internal.generic.ConstantPoolGen} for the
77 final public int produceStack(ConstantPoolGen cpg) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCeilingCall.java28 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
44 final ConstantPoolGen cpg = classGen.getConstantPool();
H A DFallback.java26 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
76 final ConstantPoolGen cpg = classGen.getConstantPool();
H A DGenerateIdCall.java28 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
51 final ConstantPoolGen cpg = classGen.getConstantPool();
H A DIntExpr.java26 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
54 ConstantPoolGen cpg = classGen.getConstantPool();
H A DLastCall.java26 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
63 final ConstantPoolGen cpg = classGen.getConstantPool();
H A DLocalNameCall.java28 import com.sun.org.apache.bcel.internal.generic.ConstantPoolGen;
60 final ConstantPoolGen cpg = classGen.getConstantPool();

Completed in 31 milliseconds

1234567