Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java131 public static final byte OP_LSUB = 101; field
DInstructionFactory.java102 case InstructionConstants.OP_LSUB: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java255 case InstructionConstants.OP_LSUB: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java192 case InstructionConstants.OP_LSUB: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java913 new SimpleInstruction(InstructionConstants.OP_LSUB),
1940 new SimpleInstruction(InstructionConstants.OP_LSUB),