Home
last modified time | relevance | path

Searched refs:matchingArguments (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java231 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
[all …]