Lines Matching refs:condition
190 boolean condition =
196 checkMatch(condition,
210 boolean condition =
218 checkMatch(condition,
232 boolean condition =
241 checkMatch(condition,
256 boolean condition =
263 checkMatch(condition,
277 boolean condition =
291 checkMatch(condition,
305 boolean condition =
317 checkMatch(condition,
574 private void checkMatch(boolean condition,
583 System.out.println("InstructionSequenceMatcher: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"]: "+patternInstructions[patternInstructionIndex].toString(patternInstructionIndex)+(condition?"\t== ":"\t ")+instruction.toString(offset));
587 if (condition)