Searched defs:newInstructionOffsets (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java71 private int[] newInstructionOffsets = new int[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:CodeAttributeEditor
591 if (newInstructionOffsets.length < oldLength + 1)
593 newInstructionOffsets = new int[oldLength + 1];
652 newInstructionOffsets[oldOffset] = newOffset;
666 newInstructionOffsets[oldOffset] = newOffset;
1049 return newInstructionOffsets[oldInstructionOffset];
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 105 milliseconds