Lines Matching refs:constPool
34 private int getNameAndType(ConstPool cp) {
85 ConstPool cp = getConstPool();
105 ConstPool cp = getConstPool();
128 ConstPool cp = getConstPool();
180 ConstPool constPool = getConstPool();
189 classname = constPool.getInterfaceMethodrefClassName(index);
190 methodname = constPool.getInterfaceMethodrefName(index);
191 signature = constPool.getInterfaceMethodrefType(index);
196 classname = constPool.getMethodrefClassName(index);
197 methodname = constPool.getMethodrefName(index);
198 signature = constPool.getMethodrefType(index);