Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java176 int matchedOffset = instructionSequenceMatcher.matchedInstructionOffset(index); in visitAnyInstruction()
182 int matchedOffset = instructionSequenceMatcher.matchedInstructionOffset(index); in visitAnyInstruction()
190 … codeAttributeEditor.replaceInstruction(instructionSequenceMatcher.matchedInstructionOffset(index), in visitAnyInstruction()
197 … codeAttributeEditor.deleteInstruction(instructionSequenceMatcher.matchedInstructionOffset(index)); in visitAnyInstruction()
223 … if (codeAttributeEditor.isModified(instructionSequenceMatcher.matchedInstructionOffset(index))) in matchedInstructionsUnmodified()
253 … instructionSequenceMatcher.matchedInstructionOffset(index), in create()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java135 public int matchedInstructionOffset(int index) in matchedInstructionOffset() method in InstructionSequenceMatcher