Searched defs:newBranchOffset (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java536 branchInstruction.branchOffset = newBranchOffset(offset,
544 switchInstruction.defaultOffset = newBranchOffset(offset,
703 jumpOffsets[index] = newBranchOffset(offset, jumpOffsets[index]);
712 private int newBranchOffset(int newInstructionOffset, int oldBranchOffset) method in class:CodeAttributeComposer
H A DCodeAttributeEditor.java844 branchInstruction.branchOffset = newBranchOffset(offset,
861 tableSwitchInstruction.defaultOffset = newBranchOffset(offset,
882 lookUpSwitchInstruction.defaultOffset = newBranchOffset(offset,
1023 oldJumpOffsets[index] = newBranchOffset(oldInstructionOffset, oldJumpOffsets[index]);
1032 private int newBranchOffset(int oldInstructionOffset, int oldBranchOffset) method in class:CodeAttributeEditor
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 107 milliseconds