Home
last modified time | relevance | path

Searched refs:ConstPool (Results 1 – 25 of 82) sorted by relevance

1234

/external/javassist/src/main/javassist/bytecode/
DInstructionPrinter.java41 ConstPool pool = info.getConstPool(); in print()
59 public static String instructionString(CodeIterator iter, int pos, ConstPool pool) { in instructionString()
195 private static String classInfo(ConstPool pool, int index) { in classInfo()
200 private static String interfaceMethodInfo(ConstPool pool, int index) { in interfaceMethodInfo()
207 private static String methodInfo(ConstPool pool, int index) { in methodInfo()
215 private static String fieldInfo(ConstPool pool, int index) { in fieldInfo()
262 private static String ldc(ConstPool pool, int index) { in ldc()
265 case ConstPool.CONST_String: in ldc()
267 case ConstPool.CONST_Integer: in ldc()
269 case ConstPool.CONST_Float: in ldc()
[all …]
DConstPool.java33 public final class ConstPool { class
125 public ConstPool(String thisclass) { in ConstPool() method in ConstPool
141 public ConstPool(DataInputStream in) throws IOException { in ConstPool() method in ConstPool
682 public int copy(int n, ConstPool dest, Map classnames) { in copy()
1131 public String getClassName(ConstPool cp) { return null; } in getClassName()
1132 public void renameClass(ConstPool cp, String oldName, String newName) {} in renameClass()
1133 public void renameClass(ConstPool cp, Map classnames) {} in renameClass()
1134 public abstract int copy(ConstPool src, ConstPool dest, Map classnames); in copy()
1140 void makeHashtable(ConstPool cp) {} // called after read() finishes in ConstPool. in makeHashtable()
1157 public int copy(ConstPool src, ConstPool dest, Map map) { in copy()
[all …]
DEnclosingMethodAttribute.java31 EnclosingMethodAttribute(ConstPool cp, int n, DataInputStream in) in EnclosingMethodAttribute()
45 public EnclosingMethodAttribute(ConstPool cp, String className, in EnclosingMethodAttribute()
65 public EnclosingMethodAttribute(ConstPool cp, String className) { in EnclosingMethodAttribute()
102 ConstPool cp = getConstPool(); in methodName()
112 ConstPool cp = getConstPool(); in methodDescriptor()
126 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
DExceptionsAttribute.java31 ExceptionsAttribute(ConstPool cp, int n, DataInputStream in) in ExceptionsAttribute()
43 private ExceptionsAttribute(ConstPool cp, ExceptionsAttribute src, in ExceptionsAttribute()
54 public ExceptionsAttribute(ConstPool cp) { in ExceptionsAttribute()
69 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
82 ConstPool srcCp = srcAttr.constPool; in copyFrom()
83 ConstPool destCp = this.constPool; in copyFrom()
DFieldInfo.java30 ConstPool constPool;
38 private FieldInfo(ConstPool cp) { in FieldInfo()
53 public FieldInfo(ConstPool cp, String fieldName, String desc) { in FieldInfo()
60 FieldInfo(ConstPool cp, DataInputStream in) throws IOException { in FieldInfo()
80 void compact(ConstPool cp) { in compact()
87 void prune(ConstPool cp) { in prune()
126 public ConstPool getConstPool() { in getConstPool()
DLocalVariableAttribute.java39 public LocalVariableAttribute(ConstPool cp) { in LocalVariableAttribute()
55 public LocalVariableAttribute(ConstPool cp, String name) { in LocalVariableAttribute()
60 LocalVariableAttribute(ConstPool cp, int n, DataInputStream in) in LocalVariableAttribute()
66 LocalVariableAttribute(ConstPool cp, String name, byte[] i) { in LocalVariableAttribute()
96 ConstPool cp = getConstPool(); in renameClass()
114 ConstPool cp = getConstPool(); in renameClass()
293 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
296 ConstPool cp = getConstPool(); in copy()
330 LocalVariableAttribute makeThisAttr(ConstPool cp, byte[] dest) { in makeThisAttr()
DMethodInfo.java34 ConstPool constPool;
59 private MethodInfo(ConstPool cp) { in MethodInfo()
76 public MethodInfo(ConstPool cp, String methodname, String desc) { in MethodInfo()
84 MethodInfo(ConstPool cp, DataInputStream in) throws IOException { in MethodInfo()
108 public MethodInfo(ConstPool cp, String methodname, MethodInfo src, in MethodInfo()
129 void compact(ConstPool cp) { in compact()
136 void prune(ConstPool cp) { in prune()
219 public ConstPool getConstPool() { in getConstPool()
490 ConstPool cp = constPool; in setSuperclass()
501 ConstPool destCp = constPool; in read()
[all …]
DLocalVariableTypeAttribute.java36 public LocalVariableTypeAttribute(ConstPool cp) { in LocalVariableTypeAttribute()
41 LocalVariableTypeAttribute(ConstPool cp, int n, DataInputStream in) in LocalVariableTypeAttribute()
47 private LocalVariableTypeAttribute(ConstPool cp, byte[] dest) { in LocalVariableTypeAttribute()
59 LocalVariableAttribute makeThisAttr(ConstPool cp, byte[] dest) { in makeThisAttr()
DAttributeInfo.java34 protected ConstPool constPool;
38 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) { in AttributeInfo()
44 protected AttributeInfo(ConstPool cp, String attrname) { in AttributeInfo()
56 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) { in AttributeInfo()
60 protected AttributeInfo(ConstPool cp, int n, DataInputStream in) in AttributeInfo()
71 static AttributeInfo read(ConstPool cp, DataInputStream in) in read()
134 public ConstPool getConstPool() { return constPool; } in getConstPool()
171 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
238 static ArrayList copyAll(ArrayList list, ConstPool cp) { in copyAll()
DAnnotationDefaultAttribute.java79 public AnnotationDefaultAttribute(ConstPool cp, byte[] info) { in AnnotationDefaultAttribute()
90 public AnnotationDefaultAttribute(ConstPool cp) { in AnnotationDefaultAttribute()
97 AnnotationDefaultAttribute(ConstPool cp, int n, DataInputStream in) in AnnotationDefaultAttribute()
106 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
DSyntheticAttribute.java31 SyntheticAttribute(ConstPool cp, int n, DataInputStream in) in SyntheticAttribute()
42 public SyntheticAttribute(ConstPool cp) { in SyntheticAttribute()
52 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
DDeprecatedAttribute.java31 DeprecatedAttribute(ConstPool cp, int n, DataInputStream in) in DeprecatedAttribute()
42 public DeprecatedAttribute(ConstPool cp) { in DeprecatedAttribute()
52 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
DAnnotationsAttribute.java124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { in AnnotationsAttribute()
139 public AnnotationsAttribute(ConstPool cp, String attrname) { in AnnotationsAttribute()
146 AnnotationsAttribute(ConstPool cp, int n, DataInputStream in) in AnnotationsAttribute()
162 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
409 ConstPool cpool;
421 Renamer(byte[] info, ConstPool cp, Map map) { in Renamer()
457 ConstPool srcPool, destPool;
471 Copier(byte[] info, ConstPool src, ConstPool dest, Map map) { in Copier()
563 ConstPool pool;
576 Parser(byte[] info, ConstPool cp) { in Parser()
[all …]
DSourceFileAttribute.java31 SourceFileAttribute(ConstPool cp, int n, DataInputStream in) in SourceFileAttribute()
43 public SourceFileAttribute(ConstPool cp, String filename) { in SourceFileAttribute()
67 public AttributeInfo copy(ConstPool newCp, Map classnames) { in copy()
/external/javassist/src/main/javassist/convert/
DTransformer.java23 import javassist.bytecode.ConstPool;
42 public void initialize(ConstPool cp, CodeAttribute attr) {} in initialize()
44 …public void initialize(ConstPool cp, CtClass clazz, MethodInfo minfo) throws CannotCompileExceptio… in initialize()
51 ConstPool cp) throws CannotCompileException, BadBytecode; in transform()
/external/javassist/src/main/javassist/bytecode/annotation/
DCharMemberValue.java19 import javassist.bytecode.ConstPool;
38 public CharMemberValue(int index, ConstPool cp) { in CharMemberValue()
48 public CharMemberValue(char c, ConstPool cp) { in CharMemberValue()
56 public CharMemberValue(ConstPool cp) { in CharMemberValue()
DBooleanMemberValue.java18 import javassist.bytecode.ConstPool;
37 public BooleanMemberValue(int index, ConstPool cp) { in BooleanMemberValue()
47 public BooleanMemberValue(boolean b, ConstPool cp) { in BooleanMemberValue()
55 public BooleanMemberValue(ConstPool cp) { in BooleanMemberValue()
DLongMemberValue.java19 import javassist.bytecode.ConstPool;
38 public LongMemberValue(int index, ConstPool cp) { in LongMemberValue()
48 public LongMemberValue(long j, ConstPool cp) { in LongMemberValue()
56 public LongMemberValue(ConstPool cp) { in LongMemberValue()
DStringMemberValue.java19 import javassist.bytecode.ConstPool;
38 public StringMemberValue(int index, ConstPool cp) { in StringMemberValue()
48 public StringMemberValue(String str, ConstPool cp) { in StringMemberValue()
56 public StringMemberValue(ConstPool cp) { in StringMemberValue()
DByteMemberValue.java18 import javassist.bytecode.ConstPool;
37 public ByteMemberValue(int index, ConstPool cp) { in ByteMemberValue()
47 public ByteMemberValue(byte b, ConstPool cp) { in ByteMemberValue()
55 public ByteMemberValue(ConstPool cp) { in ByteMemberValue()
DIntegerMemberValue.java19 import javassist.bytecode.ConstPool;
38 public IntegerMemberValue(int index, ConstPool cp) { in IntegerMemberValue()
54 public IntegerMemberValue(ConstPool cp, int value) { in IntegerMemberValue()
62 public IntegerMemberValue(ConstPool cp) { in IntegerMemberValue()
DFloatMemberValue.java19 import javassist.bytecode.ConstPool;
39 public FloatMemberValue(int index, ConstPool cp) { in FloatMemberValue()
49 public FloatMemberValue(float f, ConstPool cp) { in FloatMemberValue()
57 public FloatMemberValue(ConstPool cp) { in FloatMemberValue()
DShortMemberValue.java19 import javassist.bytecode.ConstPool;
38 public ShortMemberValue(int index, ConstPool cp) { in ShortMemberValue()
48 public ShortMemberValue(short s, ConstPool cp) { in ShortMemberValue()
56 public ShortMemberValue(ConstPool cp) { in ShortMemberValue()
DDoubleMemberValue.java19 import javassist.bytecode.ConstPool;
39 public DoubleMemberValue(int index, ConstPool cp) { in DoubleMemberValue()
49 public DoubleMemberValue(double d, ConstPool cp) { in DoubleMemberValue()
57 public DoubleMemberValue(ConstPool cp) { in DoubleMemberValue()
DClassMemberValue.java19 import javassist.bytecode.ConstPool;
39 public ClassMemberValue(int index, ConstPool cp) { in ClassMemberValue()
49 public ClassMemberValue(String className, ConstPool cp) { in ClassMemberValue()
58 public ClassMemberValue(ConstPool cp) { in ClassMemberValue()

1234