Searched defs:constantPool (Results 1 – 8 of 8) sorted by relevance
56 Constant[] constantPool = targetClass.constantPool; in addIntegerConstant() local85 Constant[] constantPool = targetClass.constantPool; in addLongConstant() local115 Constant[] constantPool = targetClass.constantPool; in addFloatConstant() local145 Constant[] constantPool = targetClass.constantPool; in addDoubleConstant() local177 Constant[] constantPool = targetClass.constantPool; in addStringConstant() local229 Constant[] constantPool = targetClass.constantPool; in addInvokeDynamicConstant() local264 Constant[] constantPool = targetClass.constantPool; in addMethodHandleConstant() local369 Constant[] constantPool = targetClass.constantPool; in addFieldrefConstant() local476 Constant[] constantPool = targetClass.constantPool; in addInterfaceMethodrefConstant() local583 Constant[] constantPool = targetClass.constantPool; in addMethodrefConstant() local[all …]
151 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
419 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
543 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()
225 final IConstantCollection constantPool = m_table.getConstants (); in fields() local265 final IConstantCollection constantPool = m_table.getConstants (); in methods() local286 IConstantCollection constantPool = m_table.getConstants (); in attributes() local
359 private int shrinkConstantPool(Constant[] constantPool, int length) in shrinkConstantPool()400 private int shrinkConstantIndexArray(Constant[] constantPool, int[] array, int length) in shrinkConstantIndexArray()
52 private Constant[] constantPool; field in LibraryClassReader
40 public Constant[] constantPool; field in ProgramClass