Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DGotoCommonCodeReplacer.java132 int newBranchOffset = branchOffset - commonCount; in visitBranchInstruction() local
133 if (newBranchOffset != branchInstruction.length(offset)) in visitBranchInstruction()
136 new BranchInstruction(opcode, newBranchOffset).shrink(); in visitBranchInstruction()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java856 newBranchOffset(offset, branchInstruction.branchOffset, newOffset); in visitBranchInstruction()
873 newBranchOffset(offset, tableSwitchInstruction.defaultOffset, newOffset); in visitTableSwitchInstruction()
895 newBranchOffset(offset, lookUpSwitchInstruction.defaultOffset, newOffset); in visitLookUpSwitchInstruction()
1005 …localVariableInfo.u2length = newBranchOffset(localVariableInfo.u2startPC, localVariableInfo.u2len… in visitLocalVariableInfo()
1016 …localVariableTypeInfo.u2length = newBranchOffset(localVariableTypeInfo.u2startPC, localVariableTy… in visitLocalVariableTypeInfo()
1055 …localVariableTargetElement.u2length = newBranchOffset(localVariableTargetElement.u2startPC, local… in visitLocalVariableTargetElement()
1072 oldJumpOffsets[index] = newBranchOffset(oldInstructionOffset, in newJumpOffsets()
1084 private int newBranchOffset(int oldInstructionOffset, in newBranchOffset() method in CodeAttributeEditor
1096 private int newBranchOffset(int oldInstructionOffset, in newBranchOffset() method in CodeAttributeEditor
DCodeAttributeComposer.java545 newBranchOffset(offset, branchInstruction.branchOffset); in visitBranchInstruction()
567 newBranchOffset(offset, switchInstruction.defaultOffset); in visitAnySwitchInstruction()
736 jumpOffsets[index] = newBranchOffset(offset, jumpOffsets[index]); in updateJumpOffsets()
745 private int newBranchOffset(int newInstructionOffset, int oldBranchOffset) in newBranchOffset() method in CodeAttributeComposer
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...