Home
last modified time | relevance | path

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

12

/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/
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/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
/external/owasp/sanitizer/tools/findbugs/lib/
Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/ ...
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...

12