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.java506 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
511 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
528 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
533 new SimpleInstruction(InstructionConstants.OP_DCONST_0, A),
664 new SimpleInstruction(InstructionConstants.OP_DCONST_0),
696 new SimpleInstruction(InstructionConstants.OP_DCONST_0),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java637 InstructionConstants.OP_DCONST_0, in replaceDoublePushInstruction()
DEvaluationShrinker.java1324 case Value.TYPE_DOUBLE: return InstructionConstants.OP_DCONST_0; in pushOpcode()
/external/proguard/src/proguard/evaluation/
DProcessor.java111 case InstructionConstants.OP_DCONST_0: in visitSimpleInstruction()