Searched refs:targetMap (Results 1 – 2 of 2) sorted by relevance
23 public static ClassRenamingMapper from(ClassNameMapper originalMap, ClassNameMapper targetMap) { in from() argument29 BiMap<String, String> targetObfuscatedToOriginal = targetMap.getObfuscatedToOriginalMapping(); in from()
419 Int2IntMap targetMap = new Int2IntArrayMap(); in removeSwitchMaps() local425 targetMap.put(key, switchInsn.targetBlockIndices()[i]); in removeSwitchMaps()430 targets[i] = targetMap.get(keys.getInt(i)); in removeSwitchMaps()