Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java178 public static final byte OP_LCMP = -108; field
DInstructionFactory.java149 case InstructionConstants.OP_LCMP: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java483 case InstructionConstants.OP_LCMP: in visitSimpleInstruction()