HomeSort by relevance Sort by last modified time
    Searched full:matchingopcodes (Results 1 - 1 of 1) sorted by null

  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 191 matchingOpcodes(simpleInstruction, patternInstruction) &&
211 matchingOpcodes(variableInstruction, patternInstruction) &&
233 matchingOpcodes(constantInstruction, patternInstruction) &&
257 matchingOpcodes(branchInstruction, patternInstruction) &&
278 matchingOpcodes(tableSwitchInstruction, patternInstruction) &&
306 matchingOpcodes(lookUpSwitchInstruction, patternInstruction) &&
434 private boolean matchingOpcodes(Instruction instruction1,

Completed in 57 milliseconds