Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java89 case InstructionConstants.OP_FCONST_1: in embeddedConstant()
127 case InstructionConstants.OP_FCONST_1: in canonicalOpcode()
172 case InstructionConstants.OP_FCONST_1: in shrink()
DInstructionConstants.java42 public static final byte OP_FCONST_1 = 12; field
DInstructionFactory.java63 case InstructionConstants.OP_FCONST_1: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java108 case InstructionConstants.OP_FCONST_1: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1319 new SimpleInstruction(InstructionConstants.OP_FCONST_1),
1710 new SimpleInstruction(InstructionConstants.OP_FCONST_1),