Home | History | Annotate | Download | only in util

Lines Matching defs:patternInstructionIndex

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));
590 matchedInstructionOffsets[patternInstructionIndex] = offset;
593 patternInstructionIndex++;
596 matching = patternInstructionIndex == patternInstructions.length;
606 for (int index = 0; index < patternInstructionIndex; index++)
622 boolean retry = patternInstructionIndex == 1;