Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java123 case InstructionConstants.OP_LCONST_0: in canonicalOpcode()
124 case InstructionConstants.OP_LCONST_1: return InstructionConstants.OP_LCONST_0; in canonicalOpcode()
166 case InstructionConstants.OP_LCONST_0: in shrink()
168 opcode = (byte)(InstructionConstants.OP_LCONST_0 + constant); in shrink()
DInstructionConstants.java39 public static final byte OP_LCONST_0 = 9; field
DInstructionFactory.java60 case InstructionConstants.OP_LCONST_0: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java660 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A),
665 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A),
682 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A),
687 new SimpleInstruction(InstructionConstants.OP_LCONST_0, A),
879 new SimpleInstruction(InstructionConstants.OP_LCONST_0),
912 new SimpleInstruction(InstructionConstants.OP_LCONST_0),
1122 new SimpleInstruction(InstructionConstants.OP_LCONST_0),
1126 new SimpleInstruction(InstructionConstants.OP_LCONST_0),
1874 new SimpleInstruction(InstructionConstants.OP_LCONST_0),
2034 new SimpleInstruction(InstructionConstants.OP_LCONST_0),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java102 case InstructionConstants.OP_LCONST_0: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java543 InstructionConstants.OP_LCONST_0, in replaceLongPushInstruction()
DEvaluationShrinker.java1730 case Value.TYPE_LONG: return InstructionConstants.OP_LCONST_0; in pushOpcode()