Home | History | Annotate | Download | only in stackmap

Lines Matching refs:cp

42     static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode {
46 td.setType(className, cp);
52 public abstract int getTypeData(ConstPool cp);
69 protected abstract void setType(String s, ClassPool cp) throws BadBytecode;
70 public abstract void evalExpectedType(ClassPool cp) throws BadBytecode;
92 public int getTypeData(ConstPool cp) { return 0; }
105 public void evalExpectedType(ClassPool cp) throws BadBytecode {}
115 protected void setType(String s, ClassPool cp) throws BadBytecode {
171 public int getTypeData(ConstPool cp) {
179 return getTypeData2(cp, type);
184 protected int getTypeData2(ConstPool cp, String type) {
185 return cp.addClassInfo(type);
202 protected void setType(String typeName, ClassPool cp) throws BadBytecode {
203 if (update(cp, expectedName, typeName))
207 public void evalExpectedType(ClassPool cp) throws BadBytecode {
220 if (update(cp, name, tn.expectedName))
253 private boolean update(ClassPool cp, String oldName, String typeName) throws BadBytecode {
271 cache = cp.get(oldName);
273 CtClass cache2 = cp.get(typeName);
366 protected int getTypeData2(ConstPool cp, String type) {
370 return super.getTypeData2(cp, type);
402 protected void setType(String typeName, ClassPool cp) throws BadBytecode {
403 super.setType(typeName, cp);
404 array.setType(getArrayType(typeName), cp);
456 public int getTypeData(ConstPool cp) { return offset; }
480 protected void setType(String typeName, ClassPool cp) throws BadBytecode {
484 public void evalExpectedType(ClassPool cp) throws BadBytecode {}
501 public int getTypeData(ConstPool cp) { return 0; }