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

  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 65 private int patternInstructionIndex;
99 patternInstructionIndex = 0;
187 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
207 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
229 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
252 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
274 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
302 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
583 System.out.println("InstructionSequenceMatcher: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]: "+patternInstructions[patternInstructionIndex].toString(patternInstructionIndex)+(condition?"\t== ":"\t ")+instruction.toString(offset))
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 16 milliseconds