Searched refs:newBranchOffset (Results 1 – 4 of 4) sorted by relevance
/external/proguard/src/proguard/optimize/peephole/ |
D | GotoCommonCodeReplacer.java | 132 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/ |
D | CodeAttributeEditor.java | 856 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
|
D | CodeAttributeComposer.java | 545 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/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/DuplicateClassPrinter.class
DuplicateClassPrinter ... |