Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java166 public static final byte OP_L2I = -120; field
DInstructionFactory.java137 case InstructionConstants.OP_L2I: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2087 new SimpleInstruction(InstructionConstants.OP_L2I),
2095 new SimpleInstruction(InstructionConstants.OP_L2I),
2097 new SimpleInstruction(InstructionConstants.OP_L2I),
2366 new SimpleInstruction(InstructionConstants.OP_L2I),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java179 case InstructionConstants.OP_L2I: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java420 case InstructionConstants.OP_L2I: in visitSimpleInstruction()