Searched refs:commonCount (Results 1 – 2 of 2) sorted by relevance
110 int commonCount = commonByteCodeCount(codeAttribute, offset, targetOffset); in visitBranchInstruction() local112 if (commonCount > 0 && in visitBranchInstruction()117 …odeReplacer: "+clazz.getName()+"."+method.getName(clazz)+" (["+(offset-commonCount)+"] - "+branchI… in visitBranchInstruction()121 for (int delta = 0; delta <= commonCount; delta++) in visitBranchInstruction()132 int newBranchOffset = branchOffset - commonCount; in visitBranchInstruction()
456 Counter<String> commonCount = new Counter<>(); in showLocaleToCharacters() local480 commonCount.clear(); in showLocaleToCharacters()494 commonCount.add(keyboardId.platform, 1); in showLocaleToCharacters()522 if (commonCount.get(keyboardId.platform) <= 1) { in showLocaleToCharacters()