Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java90 case InstructionConstants.OP_DCONST_1: return 1; in embeddedConstant()
131 case InstructionConstants.OP_DCONST_1: return InstructionConstants.OP_DCONST_0; in canonicalOpcode()
178 case InstructionConstants.OP_DCONST_1: in shrink()
DInstructionConstants.java45 public static final byte OP_DCONST_1 = 15; field
DInstructionFactory.java66 case InstructionConstants.OP_DCONST_1: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java112 case InstructionConstants.OP_DCONST_1: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1111 new SimpleInstruction(InstructionConstants.OP_DCONST_1),
1492 new SimpleInstruction(InstructionConstants.OP_DCONST_1),