Home
last modified time | relevance | path

Searched refs:matchedJumpOffsets (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java208 public int[] matchedJumpOffsets(int offset, int[] jumpOffsets) in matchedJumpOffsets() method in InstructionSequenceMatcher
210 int[] matchedJumpOffsets = new int[jumpOffsets.length]; in matchedJumpOffsets() local
214 matchedJumpOffsets[index] = matchedBranchOffset(offset, in matchedJumpOffsets()
218 return matchedJumpOffsets; in matchedJumpOffsets()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java306 instructionSequenceMatcher.matchedJumpOffsets(offset, in visitTableSwitchInstruction()
318 … instructionSequenceMatcher.matchedJumpOffsets(offset, lookUpSwitchInstruction.jumpOffsets)); in visitLookUpSwitchInstruction()