Searched defs:jumpOffsets (Results 1 – 10 of 10) sorted by relevance
32 public int[] jumpOffsets; field in SwitchInstruction46 int[] jumpOffsets) in SwitchInstruction()
50 int[] jumpOffsets) in LookUpSwitchInstruction()
52 int[] jumpOffsets) in TableSwitchInstruction()
913 int[] jumpOffsets = tableSwitchInstruction.jumpOffsets; in replaceSimpleEnumSwitchInstruction() local1001 int[] jumpOffsets = lookupSwitchInstruction.jumpOffsets; in replaceSimpleEnumSwitchInstruction() local1054 int[] jumpOffsets = switchInstruction.jumpOffsets; in cleanUpSwitchInstruction() local1093 int[] jumpOffsets = tableSwitchInstruction.jumpOffsets; in trimSwitchInstruction() local1153 int[] jumpOffsets = lookUpSwitchInstruction.jumpOffsets; in trimSwitchInstruction() local
231 int[] jumpOffsets = switchInstruction.jumpOffsets; in visitAnySwitchInstruction() local
202 …anchTargets(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int[] jumpOffsets) in markBranchTargets()
656 private void markBranches(int offset, int[] jumpOffsets) in markBranches()
208 public int[] matchedJumpOffsets(int offset, int[] jumpOffsets) in matchedJumpOffsets()
735 int[] jumpOffsets = tableSwitchInstruction.jumpOffsets; in visitTableSwitchInstruction() local757 int[] jumpOffsets = lookUpSwitchInstruction.jumpOffsets; in visitLookUpSwitchInstruction() local
732 private void updateJumpOffsets(int offset, int[] jumpOffsets) in updateJumpOffsets()