Searched refs:newDescriptorBuffer (Results 1 – 4 of 4) sorted by relevance
233 StringBuffer newDescriptorBuffer = in shrinkDescriptor() local237 newDescriptorBuffer.append(internalTypeEnumeration.formalTypeParameters()); in shrinkDescriptor()238 newDescriptorBuffer.append(ClassConstants.METHOD_ARGUMENTS_OPEN); in shrinkDescriptor()246 newDescriptorBuffer.append(type); in shrinkDescriptor()257 newDescriptorBuffer.append(ClassConstants.METHOD_ARGUMENTS_CLOSE); in shrinkDescriptor()258 newDescriptorBuffer.append(internalTypeEnumeration.returnType()); in shrinkDescriptor()260 return newDescriptorBuffer.toString(); in shrinkDescriptor()
103 StringBuffer newDescriptorBuffer = in visitProgramMethod() local108 newDescriptorBuffer.append(ClassConstants.TYPE_ARRAY); in visitProgramMethod()111 newDescriptorBuffer.append(TYPES[typeCounter % TYPES.length]); in visitProgramMethod()112 newDescriptorBuffer.append(descriptor.substring(index)); in visitProgramMethod()114 String newDescriptor = newDescriptorBuffer.toString(); in visitProgramMethod()
488 StringBuffer newDescriptorBuffer = new StringBuffer(descriptor.length()); in newDescriptor() local489 newDescriptorBuffer.append(descriptorClassEnumeration.nextFluff()); in newDescriptor()501 newDescriptorBuffer.append(newClassName); in newDescriptor()502 newDescriptorBuffer.append(fluff); in newDescriptor()505 return newDescriptorBuffer.toString(); in newDescriptor()523 StringBuffer newDescriptorBuffer = new StringBuffer(descriptor.length()); in newDescriptor() local524 newDescriptorBuffer.append(descriptorClassEnumeration.nextFluff()); in newDescriptor()543 newDescriptorBuffer.append(newClassName); in newDescriptor()544 newDescriptorBuffer.append(fluff); in newDescriptor()547 return newDescriptorBuffer.toString(); in newDescriptor()
397 StringBuffer newDescriptorBuffer = in simplifyDescriptor() local423 newDescriptorBuffer.append(type); in simplifyDescriptor()426 newDescriptorBuffer.append(ClassConstants.METHOD_ARGUMENTS_OPEN); in simplifyDescriptor()449 newDescriptorBuffer.append(type); in simplifyDescriptor()452 newDescriptorBuffer.append(ClassConstants.METHOD_ARGUMENTS_CLOSE); in simplifyDescriptor()473 newDescriptorBuffer.append(type); in simplifyDescriptor()476 descriptor = newDescriptorBuffer.toString(); in simplifyDescriptor()