Searched refs:remapParams (Results 1 – 3 of 3) sorted by relevance
209 public String remapParams(String desc) { in remapParams() method in InstrumentationConfiguration210 return typeMapper.remapParams(desc); in remapParams()
52 String remapParams(String desc) { in remapParams() method in TypeMapper
57 super.visitMethod(access, name, config.remapParams(desc), signature, exceptions); in analyzeClass()416 targetMethod.desc = mutableClass.config.remapParams(targetMethod.desc); in rewriteMethodBody()