Searched refs:newMethodName (Results 1 – 5 of 5) sorted by relevance
144 String newMethodName) in processMethodMapping() argument161 !currentNewName.equals(newMethodName)) in processMethodMapping()168 "', but remapped to '" + newMethodName + "'"); in processMethodMapping() local173 MemberObfuscator.setFixedNewMemberName(method, newMethodName); in processMethodMapping()
83 String newMethodName) in processMethodMapping() argument93 newMethodName); in processMethodMapping()
78 String newMethodName); in processMethodMapping() argument
418 String newMethodName = referencedMember.getName(elementValue.referencedClass); in fixElementValue() local420 if (!methodName.equals(newMethodName)) in fixElementValue()424 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newMethodName); in fixElementValue()
596 …neNumber, String methodReturnType, String methodName, String methodArguments, String newMethodName) in processMethodMapping() argument607 Set methodSet = (Set)methodMap.get(newMethodName); in processMethodMapping()611 methodMap.put(newMethodName, methodSet); in processMethodMapping()