Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java130 case InstructionConstants.OP_DCONST_0: in canonicalOpcode()
131 case InstructionConstants.OP_DCONST_1: return InstructionConstants.OP_DCONST_0; in canonicalOpcode()
177 case InstructionConstants.OP_DCONST_0: in shrink()
179 opcode = (byte)(InstructionConstants.OP_DCONST_0 + constant); in shrink()
DInstructionConstants.java44 public static final byte OP_DCONST_0 = 14; field
DInstructionFactory.java65 case InstructionConstants.OP_DCONST_0: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java737 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
742 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
759 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
764 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
928 new SimpleInstruction(InstructionConstants.OP_DCONST_0),
3680 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
3968 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
4098 new SimpleInstruction(InstructionConstants.OP_DCONST_0, B),
4230 new SimpleInstruction(InstructionConstants.OP_DCONST_0, B),
4636 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java113 case InstructionConstants.OP_DCONST_0: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java687 InstructionConstants.OP_DCONST_0, in replaceDoublePushInstruction()
DEvaluationShrinker.java1732 case Value.TYPE_DOUBLE: return InstructionConstants.OP_DCONST_0; in pushOpcode()