Searched refs:getUtf8Info (Results 1 – 17 of 17) sorted by relevance
213 return Descriptor.toJavaName(getUtf8Info(c.name)); in getClassInfo()316 return getUtf8Info(n.memberName); in getFieldrefName()337 return getUtf8Info(n.typeDescriptor); in getFieldrefType()394 return getUtf8Info(n.memberName); in getMethodrefName()416 return getUtf8Info(n.typeDescriptor); in getMethodrefType()475 return getUtf8Info(n.memberName); in getInterfaceMethodrefName()499 return getUtf8Info(n.typeDescriptor); in getInterfaceMethodrefType()582 return getUtf8Info(si.string); in getStringInfo()591 public String getUtf8Info(int index) { in getUtf8Info() method in ConstPool631 if (getUtf8Info(ntinfo.memberName).equals(membername)) in isMember()[all …]
102 String desc = cp.getUtf8Info(index); in renameClass()120 String desc = cp.getUtf8Info(index); in renameClass()213 return getConstPool().getUtf8Info(nameIndex(i)); in variableName()257 return getConstPool().getUtf8Info(descriptorIndex(i)); in descriptor()316 String sig = cp.getUtf8Info(type); in copy()
105 return cp.getUtf8Info(ni); in methodName()115 return cp.getUtf8Info(ti); in methodDescriptor()
135 cachedName = constPool.getUtf8Info(name); in getName()172 return constPool.getUtf8Info(descriptor); in getDescriptor()
56 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0)); in getFileName()
194 cachedName = constPool.getUtf8Info(name); in getName()261 return constPool.getUtf8Info(descriptor); in getDescriptor()506 String desc = srcCp.getUtf8Info(src.descriptor); in read()
75 String nameStr = cp.getUtf8Info(name); in read()128 return constPool.getUtf8Info(name); in getName()
132 return constPool.getUtf8Info(i); in innerName()
445 String name = cpool.getUtf8Info(index); in renameType()556 String name = srcPool.getUtf8Info(srcIndex); in copyType()
61 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0)); in getSignature()
82 return Descriptor.toClassName(cp.getUtf8Info(typeIndex)); in getType()98 return cp.getUtf8Info(valueIndex); in getValue()116 writer.enumConstValue(cp.getUtf8Info(typeIndex), getValue()); in write()
98 String v = cp.getUtf8Info(valueIndex); in getValue()123 writer.classInfoIndex(cp.getUtf8Info(valueIndex)); in write()
204 String name = pool.getUtf8Info(pair.name); in addMemberValue()238 return Descriptor.toClassName(pool.getUtf8Info(typeIndex)); in getTypeName()306 String typeName = pool.getUtf8Info(typeIndex); in write()
73 return cp.getUtf8Info(valueIndex); in getValue()
107 return cp.getUtf8Info(cp.getNameAndTypeName(nt)); in getMethodName()130 return cp.getUtf8Info(cp.getNameAndTypeDescriptor(nt)); in getSignature()
98 cp.getUtf8Info(typedesc))); in computeMethodref()
166 && "()V".equals(cp.getUtf8Info(desc)) in isEmpty()