Lines Matching defs:patternInstructions
61 private final Instruction[] patternInstructions;
81 * @param patternInstructions the pattern instruction sequence.
84 Instruction[] patternInstructions)
87 this.patternInstructions = patternInstructions;
89 matchedInstructionOffsets = new int[patternInstructions.length];
119 return patternInstructions.length;
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));
596 matching = patternInstructionIndex == patternInstructions.length;