Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java515 Instruction instruction2) in matchingOpcodes() argument
518 return instruction1.opcode == instruction2.opcode || in matchingOpcodes()
519 instruction1.canonicalOpcode() == instruction2.opcode; in matchingOpcodes()