Searched refs:newInstructionOffsets (Results 1 – 1 of 1) sorted by relevance
78 private int[] newInstructionOffsets = new int[ClassConstants.TYPICAL_CODE_LENGTH]; field in CodeAttributeEditor602 if (newInstructionOffsets.length < oldLength + 1) in updateInstructions()604 newInstructionOffsets = new int[oldLength + 1]; in updateInstructions()663 newInstructionOffsets[oldOffset] = newOffset; in mapInstructions()677 newInstructionOffsets[oldOffset] = newOffset; in mapInstruction()1117 return newInstructionOffsets[oldInstructionOffset]; in newInstructionOffset()