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()
452 Counter<String> commonCount = new Counter<String>(); in showLocaleToCharacters() local476 commonCount.clear(); in showLocaleToCharacters()490 commonCount.add(keyboardId.platform, 1); in showLocaleToCharacters()518 if (commonCount.get(keyboardId.platform) <= 1) { in showLocaleToCharacters()