Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java73 opcode == InstructionConstants.OP_LREM || in visitSimpleInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java143 public static final byte OP_LREM = 113; field
DInstructionFactory.java114 case InstructionConstants.OP_LREM: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java193 case InstructionConstants.OP_LREM: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java321 case InstructionConstants.OP_LREM: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1636 new SimpleInstruction(InstructionConstants.OP_LREM),