Lines Matching defs:matchingArguments
192 matchingArguments(simpleInstruction.constant,
212 matchingArguments(variableInstruction.variableIndex,
214 matchingArguments(variableInstruction.constant,
237 matchingArguments(constantInstruction.constant,
282 matchingArguments(tableSwitchInstruction.lowCase,
284 matchingArguments(tableSwitchInstruction.highCase,
310 matchingArguments(lookUpSwitchInstruction.cases,
443 private boolean matchingArguments(int argument1,
468 private boolean matchingArguments(int[] arguments1,
478 if (!matchingArguments(arguments1[index], arguments2[index]))
495 return matchingArguments(constantIndex1, constantIndex2);