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

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java712 private int newBranchOffset(int newInstructionOffset, int oldBranchOffset) argument
722 return newInstructionOffset(oldInstructionOffset + oldBranchOffset) -
H A DCodeAttributeEditor.java1032 private int newBranchOffset(int oldInstructionOffset, int oldBranchOffset) argument
1034 return newInstructionOffset(oldInstructionOffset + oldBranchOffset) - newOffset;

Completed in 571 milliseconds