Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java294 instructionSequenceMatcher.matchedBranchOffset(offset, in visitBranchInstruction()
303 … instructionSequenceMatcher.matchedBranchOffset(offset, tableSwitchInstruction.defaultOffset), in visitTableSwitchInstruction()
316 … instructionSequenceMatcher.matchedBranchOffset(offset, lookUpSwitchInstruction.defaultOffset), in visitLookUpSwitchInstruction()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java195 public int matchedBranchOffset(int offset, int branchOffset) in matchedBranchOffset() method in InstructionSequenceMatcher
214 matchedJumpOffsets[index] = matchedBranchOffset(offset, in matchedJumpOffsets()