Searched refs:OP_DCONST_0 (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 130 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()
|
D | InstructionConstants.java | 44 public static final byte OP_DCONST_0 = 14; field
|
D | InstructionFactory.java | 65 case InstructionConstants.OP_DCONST_0: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 506 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/ |
D | EvaluationSimplifier.java | 637 InstructionConstants.OP_DCONST_0, in replaceDoublePushInstruction()
|
D | EvaluationShrinker.java | 1324 case Value.TYPE_DOUBLE: return InstructionConstants.OP_DCONST_0; in pushOpcode()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 111 case InstructionConstants.OP_DCONST_0: in visitSimpleInstruction()
|