Home
last modified time | relevance | path

Searched refs:shrinkDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/optimize/
DMethodDescriptorShrinker.java86 String newDescriptor = shrinkDescriptor(programMethod, descriptor); in visitProgramMethod()
150 String newSignature = shrinkDescriptor(method, signature); in visitSignatureAttribute()
222 private String shrinkDescriptor(Method method, String descriptor) in shrinkDescriptor() method in MethodDescriptorShrinker