Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/bytecode/
DClassReader.java87 ConstantPoolReader constantPool = ConstantPoolReader.readConstantPool(reader); in read() local
160 private String readSignature(ConstantPoolReader constantPool) { in readSignature()
169 ConstantPoolReader constantPool, String thisClass) { in readInnerClasses()
199 ConstantPoolReader constantPool) { in readAnnotations()
209 List<ImmutableList.Builder<AnnotationInfo>> annotations, ConstantPoolReader constantPool) { in readParameterAnnotations()
225 ImmutableList.Builder<ParameterInfo> parameters, ConstantPoolReader constantPool) { in readMethodParameters()
241 private ModuleInfo readModule(ConstantPoolReader constantPool) { in readModule()
322 private ClassFile.AnnotationInfo readAnnotation(ConstantPoolReader constantPool) { in readAnnotation()
341 private ElementValue readElementValue(ConstantPoolReader constantPool) { in readElementValue()
389 private int readInt(ConstantPoolReader constantPool) { in readInt()
[all …]
DConstantPoolReader.java45 private final int[] constantPool; field in ConstantPoolReader
50 private ConstantPoolReader(int[] constantPool, ByteReader byteReader) { in ConstantPoolReader()
61 int[] constantPool = new int[constantPoolCount - 1]; in readConstantPool() local
DClassWriter.java82 static void writeConstantPool(ConstantPool constantPool, ByteArrayDataOutput output) { in writeConstantPool()
/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/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.kt169 val constantPool = clazz.classFile.constPool in <lambda>() constant
228 val constantPool = clazz.classFile.constPool in <lambda>() constant
/external/ow2-asm/benchmarks/src/jmh/java/org/objectweb/asm/benchmarks/
DCsgBytecodeGenerator.java46 ConstantPool constantPool = classFile.getConstantPool(); in generateClass() local
DAspectjBcelAdapter.java58 ConstantPool constantPool = classGen.getConstantPool(); in readAndWrite() 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/ow2-asm/asm/src/main/java/org/objectweb/asm/
DSymbolTable.java86 private ByteVector constantPool; field in SymbolTable
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DReferenceTypeImpl.java1022 public byte[] constantPool() { in constantPool() method in ReferenceTypeImpl