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
282 Constant[] constantPool = targetClass.constantPool; in addFieldrefConstant() local
389 Constant[] constantPool = targetClass.constantPool; in addInterfaceMethodrefConstant() local
496 Constant[] constantPool = targetClass.constantPool; in addMethodrefConstant() local
541 Constant[] constantPool = targetClass.constantPool; in addClassConstant() local
574 Constant[] constantPool = targetClass.constantPool; in addNameAndTypeConstant() local
[all …]
/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/obfuscate/
DUtf8Shrinker.java71 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
DNameAndTypeShrinker.java72 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
/external/proguard/src/proguard/shrink/
DClassShrinker.java322 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
366 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
/external/webkit/Source/WebCore/bindings/js/
DSerializedScriptValue.cpp536 template <class T> void writeConstantPoolIndex(const T& constantPool, unsigned i) in writeConstantPoolIndex()
937 template <class T> bool readConstantPoolIndex(const T& constantPool, uint32_t& i) in readConstantPoolIndex()