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

  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 37 * @see InstructionSequenceMatcher
48 private final InstructionSequenceMatcher instructionSequenceMatcher;
103 this.instructionSequenceMatcher = new InstructionSequenceMatcher(patternConstants, patternInstructions);
120 instructionSequenceMatcher.reset();
124 instruction.accept(clazz, method, codeAttribute, offset, instructionSequenceMatcher);
127 if (instructionSequenceMatcher.isMatching() &&
134 for (int index = 0; index < instructionSequenceMatcher.instructionCount(); index++)
136 int matchedOffset = instructionSequenceMatcher.matchedInstructionOffset(index)
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 20 milliseconds