Searched refs:getConstPool (Results 1 - 25 of 54) sorted by relevance

123

/external/javassist/src/main/javassist/bytecode/
H A DEnclosingMethodAttribute.java95 return getConstPool().getClassInfo(classIndex());
102 ConstPool cp = getConstPool();
112 ConstPool cp = getConstPool();
H A DConstantAttribute.java68 int index = getConstPool().copy(getConstantValue(), newCp,
H A DSourceFileAttribute.java56 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0));
H A DLocalVariableAttribute.java96 ConstPool cp = getConstPool();
114 ConstPool cp = getConstPool();
213 return getConstPool().getUtf8Info(nameIndex(i));
257 return getConstPool().getUtf8Info(descriptorIndex(i));
296 ConstPool cp = getConstPool();
H A DParameterAnnotationsAttribute.java181 Renamer renamer = new Renamer(info, getConstPool(), classnames);
/external/javassist/src/main/javassist/tools/
H A DDump.java52 w.getConstPool().print(out);
/external/javassist/src/main/javassist/expr/
H A DMethodCall.java85 ConstPool cp = getConstPool();
105 ConstPool cp = getConstPool();
128 ConstPool cp = getConstPool();
180 ConstPool constPool = getConstPool();
H A DHandler.java79 ConstPool cp = getConstPool();
111 ConstPool cp = getConstPool();
H A DNewExpr.java104 ConstPool constPool = getConstPool();
113 ConstPool cp = getConstPool();
133 ConstPool cp = getConstPool();
176 ConstPool constPool = getConstPool();
H A DCast.java64 ConstPool cp = getConstPool();
91 ConstPool constPool = getConstPool();
H A DInstanceof.java67 ConstPool cp = getConstPool();
94 ConstPool constPool = getConstPool();
H A DFieldAccess.java97 return getConstPool().getFieldrefClassName(index);
105 return getConstPool().getFieldrefName(index);
136 return getConstPool().getFieldrefType(index);
151 ConstPool constPool = getConstPool();
H A DExpr.java72 protected final ConstPool getConstPool() { method in class:Expr
73 return thisMethod.getConstPool();
133 ConstPool cp = thisMethod.getConstPool();
H A DNewArray.java87 String desc = getConstPool().getClassInfo(index);
128 String desc = getConstPool().getClassInfo(index);
174 ConstPool constPool = getConstPool();
/external/javassist/src/main/javassist/
H A DCtMethod.java55 ConstPool cp = declaring.getClassFile2().getConstPool();
144 if (declaring.getClassFile2().getConstPool() != minfo.getConstPool())
H A DCtConstructor.java57 ConstPool cp = declaring.getClassFile2().getConstPool();
156 ConstPool cp = ca.getConstPool();
254 Bytecode b = new Bytecode(methodInfo.getConstPool(),
379 String desc = ca.getConstPool().getMethodrefType(mref);
H A DCtNewWrappedConstructor.java58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0);
H A DCtNewMethod.java227 ConstPool cp = finfo.getConstPool();
268 ConstPool cp = finfo.getConstPool();
333 ConstPool cp = declaring.getClassFile2().getConstPool();
H A DCtNewWrappedMethod.java58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0);
147 MethodInfo body = new MethodInfo(classfile.getConstPool(),
152 body.addAttribute(new SyntheticAttribute(classfile.getConstPool()));
H A DCtNewConstructor.java140 ConstPool cp = declaring.getClassFile2().getConstPool();
H A DCtBehavior.java46 ConstPool cp = declaring.getClassFile2().getConstPool();
354 ea = new ExceptionsAttribute(methodInfo.getConstPool());
427 ConstPool cp = destInfo.getConstPool();
475 methodInfo.addAttribute(new AttributeInfo(methodInfo.getConstPool(),
546 ConstPool cp = methodInfo.getConstPool();
618 classInfo = methodInfo.getConstPool().addClassInfo(type);
646 ConstPool cp = methodInfo.getConstPool();
763 ConstPool pool = methodInfo.getConstPool();
930 Bytecode b = new Bytecode(methodInfo.getConstPool(),
1008 ConstPool cp = methodInfo.getConstPool();
[all...]
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java50 ConstPool cp = cf.getConstPool();
109 ConstPool cp = cf.getConstPool();
161 ConstPool cp = cf.getConstPool();
212 ConstPool cp = cf.getConstPool();
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java202 Bytecode code = new Bytecode(info.getConstPool(), 1, 2);
222 Bytecode code = new Bytecode(info.getConstPool(), 1, 2);
239 Bytecode code = new Bytecode(info.getConstPool(), 1, 2);
254 Bytecode code = new Bytecode(info.getConstPool(), 1, 2);
278 Bytecode code = new Bytecode(info.getConstPool(), 1, 2);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java80 ConstPool pool = info.getConstPool();
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationsWriter.java77 public ConstPool getConstPool() { method in class:AnnotationsWriter

Completed in 905 milliseconds

123