Home
last modified time | relevance | path

Searched refs:newInstructionOffsets (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java78 private int[] newInstructionOffsets = new int[ClassConstants.TYPICAL_CODE_LENGTH]; field in CodeAttributeEditor
602 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()