Searched refs:shiftIndex (Results 1 – 4 of 4) sorted by relevance
63 private int shiftIndex; field in KlcParser136 shiftIndex = index; in parseModifiers()269 if (modifierIndexToCharacterMap.containsKey(shiftIndex)) { in parseLayout()270 builder.addCharacterMap(CAPSLOCK, modifierIndexToCharacterMap.get(shiftIndex)); in parseLayout()298 if (modifierIndexToCharacterMap.containsKey(shiftIndex)) { in parseLayout()299 … builder.addCharacterMap(SHIFT_CAPSLOCK, modifierIndexToCharacterMap.get(shiftIndex)); in parseLayout()
494 shiftIndex(ci, where, size); in insertLocalVar()506 private static void shiftIndex(CodeIterator ci, int lessThan, int delta) throws BadBytecode { in shiftIndex() method in CodeAttribute
142 public void shiftIndex(int lessThan, int delta) { in shiftIndex() method in LocalVariableAttribute
693 va.shiftIndex(where, size); in addParameter2()698 lvta.shiftIndex(where, size); in addParameter2()