Searched refs:targetsSize (Results 1 – 3 of 3) sorted by relevance
408 int[] keys = new int[targetsSize]; in readSwitchInstruction()409 int[] targets = new int[targetsSize]; in readSwitchInstruction()418 for (int i = 1; i < targetsSize; i++) { in readSwitchInstruction()424 for (int i = 0; i < targetsSize; i++) { in readSwitchInstruction()432 for (int i = 0; i < targetsSize; i++) { in readSwitchInstruction()463 int targetsSize = switchInsn.targets.size(); in updateSwitchInstruction() local466 int[] targets = new int[targetsSize]; in updateSwitchInstruction()491 for (int i = 0; i < targetsSize; i++) { in updateSwitchInstruction()498 for (int i = 0; i < targetsSize; i++) { in updateSwitchInstruction()523 dataInsn.rawSize = (targetsSize * 2) + 4; in alignDataInstructions()[all …]
279 int targetsSize = targetToOverlays.size(); in removeOverlay() local280 for (int targetIndex = targetsSize - 1; targetIndex >= 0; targetIndex--) { in removeOverlay()
1756 final int targetsSize = dropTargets.size(); in chooseDropTarget() local1757 for (int i = 0; i < targetsSize; i++) { in chooseDropTarget()