HomeSort by relevance Sort by last modified time
    Searched defs:newInstructionOffset (Results 1 - 2 of 2) sorted by null

  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 639 private int remapBranchOffset(int newInstructionOffset, int branchOffset)
641 if (newInstructionOffset < 0 ||
642 newInstructionOffset > codeLength)
644 throw new IllegalArgumentException("Invalid instruction offset ["+newInstructionOffset +"] in code with length ["+codeLength+"]");
647 int oldInstructionOffset = oldInstructionOffsets[newInstructionOffset];
666 int newInstructionOffset = instructionOffsetMap[level][oldInstructionOffset];
667 if (newInstructionOffset == INVALID)
672 return newInstructionOffset;
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 437 milliseconds