HomeSort by relevance Sort by last modified time
    Searched refs:newBranchOffset (Results 1 - 11 of 11) sorted by null

  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 132 int newBranchOffset = branchOffset - commonCount;
133 if (newBranchOffset != branchInstruction.length(offset))
136 new BranchInstruction(opcode, newBranchOffset).shrink();
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 856 newBranchOffset(offset, branchInstruction.branchOffset, newOffset);
873 newBranchOffset(offset, tableSwitchInstruction.defaultOffset, newOffset);
895 newBranchOffset(offset, lookUpSwitchInstruction.defaultOffset, newOffset);
    [all...]
CodeAttributeComposer.java 545 newBranchOffset(offset, branchInstruction.branchOffset);
567 newBranchOffset(offset, switchInstruction.defaultOffset);
736 jumpOffsets[index] = newBranchOffset(offset, jumpOffsets[index]);
745 private int newBranchOffset(int newInstructionOffset, int oldBranchOffset)
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 1617 milliseconds