Lines Matching refs:matchingArguments
231 matchingArguments(simpleInstruction.constant, in visitSimpleInstruction()
251 matchingArguments(variableInstruction.variableIndex, in visitVariableInstruction()
253 matchingArguments(variableInstruction.constant, in visitVariableInstruction()
276 matchingArguments(constantInstruction.constant, in visitConstantInstruction()
321 matchingArguments(tableSwitchInstruction.lowCase, in visitTableSwitchInstruction()
323 matchingArguments(tableSwitchInstruction.highCase, in visitTableSwitchInstruction()
349 matchingArguments(lookUpSwitchInstruction.cases, in visitLookUpSwitchInstruction()
450 matchingArguments(methodHandleConstant.getReferenceKind(), in visitMethodHandleConstant()
523 private boolean matchingArguments(int argument1, in matchingArguments() method in InstructionSequenceMatcher
569 private boolean matchingArguments(int[] arguments1, in matchingArguments() method in InstructionSequenceMatcher
579 if (!matchingArguments(arguments1[index], arguments2[index])) in matchingArguments()
599 return matchingArguments(constantIndex1, constantIndex2); in matchingConstantIndices()