Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java150 case InstructionConstants.OP_LREM: in visitSimpleInstruction()
DSideEffectInstructionChecker.java111 case 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/evaluation/
DProcessor.java336 case InstructionConstants.OP_LREM: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java195 case InstructionConstants.OP_LREM: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1871 new SimpleInstruction(InstructionConstants.OP_LREM),