Home
last modified time | relevance | path

Searched defs:constantPool (Results 1 – 16 of 16) 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.java85 ConstantPoolReader constantPool = ConstantPoolReader.readConstantPool(reader); in read() local
148 private String readSignature(ConstantPoolReader constantPool) { in readSignature()
157 ConstantPoolReader constantPool, String thisClass) { in readInnerClasses()
186 ConstantPoolReader constantPool) { in readAnnotations()
196 List<ImmutableList.Builder<AnnotationInfo>> annotations, ConstantPoolReader constantPool) { in readParameterAnnotations()
212 ImmutableList.Builder<ParameterInfo> parameters, ConstantPoolReader constantPool) { in readMethodParameters()
228 private ModuleInfo readModule(ConstantPoolReader constantPool) { in readModule()
309 private ClassFile.AnnotationInfo readAnnotation(ConstantPoolReader constantPool) { in readAnnotation()
328 private ElementValue readElementValue(ConstantPoolReader constantPool) { in readElementValue()
379 private Const.Value readConst(ConstantPoolReader constantPool) { in readConst()
[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/
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()
DElementValuePair.java35 private final ConstantPool constantPool; field in ElementValuePair
40 final ConstantPool constantPool) in ElementValuePair()
/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/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/
DAndroidEntryPointClassTransformer.kt166 val constantPool = clazz.classFile.constPool in <lambda>() constant
219 val constantPool = clazz.classFile.constPool in <lambda>() constant
/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