Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java230 matchingOpcodes(simpleInstruction, patternInstruction) && in visitSimpleInstruction()
250 matchingOpcodes(variableInstruction, patternInstruction) && in visitVariableInstruction()
272 matchingOpcodes(constantInstruction, patternInstruction) && in visitConstantInstruction()
296 matchingOpcodes(branchInstruction, patternInstruction) && in visitBranchInstruction()
317 matchingOpcodes(tableSwitchInstruction, patternInstruction) && in visitTableSwitchInstruction()
345 matchingOpcodes(lookUpSwitchInstruction, patternInstruction) && in visitLookUpSwitchInstruction()
514 private boolean matchingOpcodes(Instruction instruction1, in matchingOpcodes() method in InstructionSequenceMatcher