OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstPool
(Results
1 - 25
of
58
) sorted by null
1
2
3
/external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java
95
return
getConstPool
().getClassInfo(classIndex());
102
ConstPool cp =
getConstPool
();
112
ConstPool cp =
getConstPool
();
ConstantAttribute.java
68
int index =
getConstPool
().copy(getConstantValue(), newCp,
SourceFileAttribute.java
56
return
getConstPool
().getUtf8Info(ByteArray.readU16bit(get(), 0));
LocalVariableAttribute.java
96
ConstPool cp =
getConstPool
();
114
ConstPool cp =
getConstPool
();
213
return
getConstPool
().getUtf8Info(nameIndex(i));
257
return
getConstPool
().getUtf8Info(descriptorIndex(i));
296
ConstPool cp =
getConstPool
();
ParameterAnnotationsAttribute.java
181
Renamer renamer = new Renamer(info,
getConstPool
(), classnames);
/external/javassist/src/main/javassist/tools/
Dump.java
52
w.
getConstPool
().print(out);
/external/javassist/src/main/javassist/expr/
MethodCall.java
85
ConstPool cp =
getConstPool
();
105
ConstPool cp =
getConstPool
();
128
ConstPool cp =
getConstPool
();
180
ConstPool constPool =
getConstPool
();
Handler.java
79
ConstPool cp =
getConstPool
();
111
ConstPool cp =
getConstPool
();
NewExpr.java
104
ConstPool constPool =
getConstPool
();
113
ConstPool cp =
getConstPool
();
133
ConstPool cp =
getConstPool
();
176
ConstPool constPool =
getConstPool
();
Cast.java
64
ConstPool cp =
getConstPool
();
91
ConstPool constPool =
getConstPool
();
Instanceof.java
67
ConstPool cp =
getConstPool
();
94
ConstPool constPool =
getConstPool
();
FieldAccess.java
97
return
getConstPool
().getFieldrefClassName(index);
105
return
getConstPool
().getFieldrefName(index);
136
return
getConstPool
().getFieldrefType(index);
151
ConstPool constPool =
getConstPool
();
Expr.java
72
protected final ConstPool
getConstPool
() {
73
return thisMethod.
getConstPool
();
133
ConstPool cp = thisMethod.
getConstPool
();
NewArray.java
87
String desc =
getConstPool
().getClassInfo(index);
128
String desc =
getConstPool
().getClassInfo(index);
174
ConstPool constPool =
getConstPool
();
/external/javassist/src/main/javassist/
CtMethod.java
55
ConstPool cp = declaring.getClassFile2().
getConstPool
();
144
if (declaring.getClassFile2().
getConstPool
() != minfo.
getConstPool
())
CtConstructor.java
57
ConstPool cp = declaring.getClassFile2().
getConstPool
();
156
ConstPool cp = ca.
getConstPool
();
254
Bytecode b = new Bytecode(methodInfo.
getConstPool
(),
379
String desc = ca.
getConstPool
().getMethodrefType(mref);
CtNewWrappedConstructor.java
58
Bytecode code = new Bytecode(classfile.
getConstPool
(), 0, 0);
CtNewMethod.java
227
ConstPool cp = finfo.
getConstPool
();
268
ConstPool cp = finfo.
getConstPool
();
333
ConstPool cp = declaring.getClassFile2().
getConstPool
();
CtNewWrappedMethod.java
58
Bytecode code = new Bytecode(classfile.
getConstPool
(), 0, 0);
147
MethodInfo body = new MethodInfo(classfile.
getConstPool
(),
152
body.addAttribute(new SyntheticAttribute(classfile.
getConstPool
()));
CtBehavior.java
46
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
();
[
all
...]
CtNewConstructor.java
140
ConstPool cp = declaring.getClassFile2().
getConstPool
();
/external/javassist/src/main/javassist/compiler/
AccessorMaker.java
50
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/
AnalyzerTest.java
202
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/
FramePrinter.java
80
ConstPool pool = info.
getConstPool
();
/external/javassist/src/main/javassist/bytecode/annotation/
AnnotationsWriter.java
77
public ConstPool
getConstPool
() {
Completed in 505 milliseconds
1
2
3