Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java88 case InstructionConstants.OP_LCONST_1: in embeddedConstant()
124 case InstructionConstants.OP_LCONST_1: return InstructionConstants.OP_LCONST_0; in canonicalOpcode()
167 case InstructionConstants.OP_LCONST_1: in shrink()
DInstructionConstants.java40 public static final byte OP_LCONST_1 = 10; field
DInstructionFactory.java61 case InstructionConstants.OP_LCONST_1: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java103 case InstructionConstants.OP_LCONST_1: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1131 new SimpleInstruction(InstructionConstants.OP_LCONST_1),
1531 new SimpleInstruction(InstructionConstants.OP_LCONST_1),
1870 new SimpleInstruction(InstructionConstants.OP_LCONST_1),