Home
last modified time | relevance | path

Searched defs:constantPool (Results 1 – 8 of 8) 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/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/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