Home
last modified time | relevance | path

Searched defs:constantPool (Results 1 – 15 of 15) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DConstantPoolEditor.java56 Constant[] constantPool = targetClass.constantPool; in addIntegerConstant() local
85 Constant[] constantPool = targetClass.constantPool; in addLongConstant() local
115 Constant[] constantPool = targetClass.constantPool; in addFloatConstant() local
145 Constant[] constantPool = targetClass.constantPool; in addDoubleConstant() local
177 Constant[] constantPool = targetClass.constantPool; in addStringConstant() local
229 Constant[] constantPool = targetClass.constantPool; in addInvokeDynamicConstant() local
264 Constant[] constantPool = targetClass.constantPool; in addMethodHandleConstant() local
369 Constant[] constantPool = targetClass.constantPool; in addFieldrefConstant() local
476 Constant[] constantPool = targetClass.constantPool; in addInterfaceMethodrefConstant() local
583 Constant[] constantPool = targetClass.constantPool; in addMethodrefConstant() local
[all …]
DNameAndTypeShrinker.java150 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
DUtf8Shrinker.java439 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
DConstantPoolShrinker.java561 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
/external/turbine/java/com/google/turbine/bytecode/
DClassReader.java82 ConstantPoolReader constantPool = ConstantPoolReader.readConstantPool(reader); in read() local
145 private String readSignature(ConstantPoolReader constantPool) { in readSignature()
154 ConstantPoolReader constantPool, String thisClass) { in readInnerClasses()
183 ConstantPoolReader constantPool) { in readAnnotations()
193 List<ImmutableList.Builder<AnnotationInfo>> annotations, ConstantPoolReader constantPool) { in readParameterAnnotations()
209 ImmutableList.Builder<ParameterInfo> parameters, ConstantPoolReader constantPool) { in readMethodParameters()
220 private ModuleInfo readModule(ConstantPoolReader constantPool) { in readModule()
301 private ClassFile.AnnotationInfo readAnnotation(ConstantPoolReader constantPool) { in readAnnotation()
320 private ElementValue readElementValue(ConstantPoolReader constantPool) { in readElementValue()
367 private List<ClassFile.MethodInfo> readMethods(ConstantPoolReader constantPool) { in readMethods()
[all …]
DConstantPoolReader.java44 private final int[] constantPool; field in ConstantPoolReader
49 private ConstantPoolReader(int[] constantPool, ByteReader byteReader) { in ConstantPoolReader()
60 int[] constantPool = new int[constantPoolCount - 1]; in readConstantPool() local
DClassWriter.java86 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) { in writeConstantPool()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DElementValuePair.java35 private final ConstantPool constantPool; field in ElementValuePair
40 final ConstantPool constantPool) in ElementValuePair()
DStackMapEntry.java50 StackMapEntry(final DataInput input, final ConstantPool constantPool) throws IOException { in StackMapEntry()
51 this(input.readByte() & 0xFF, -1, null, null, constantPool); in StackMapEntry() local
108 final StackMapType[] typesOfStackItems, final ConstantPool constantPool) { in StackMapEntry()
126 final StackMapType[] typesOfStackItems, final ConstantPool constantPool) { in StackMapEntry()
/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java225 final IConstantCollection constantPool = m_table.getConstants (); in fields() local
265 final IConstantCollection constantPool = m_table.getConstants (); in methods() local
286 IConstantCollection constantPool = m_table.getConstants (); in attributes() local
/external/proguard/src/proguard/shrink/
DClassShrinker.java363 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
414 private boolean[] shrinkFlags(Constant[] constantPool, int[] array, int length) in shrinkFlags()
436 private int shrinkConstantIndexArray(Constant[] constantPool, int[] array, int length) in shrinkConstantIndexArray()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DReferenceType.java829 byte[] constantPool(); in constantPool() method
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java52 private Constant[] constantPool; field in LibraryClassReader
/external/proguard/src/proguard/classfile/
DProgramClass.java40 public Constant[] constantPool; field in ProgramClass
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DReferenceTypeImpl.java1022 public byte[] constantPool() { in constantPool() method in ReferenceTypeImpl