Home
last modified time | relevance | path

Searched refs:OP_FCONST_2 (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java93 case InstructionConstants.OP_FCONST_2: return 2; in embeddedConstant()
128 case InstructionConstants.OP_FCONST_2: return InstructionConstants.OP_FCONST_0; in canonicalOpcode()
173 case InstructionConstants.OP_FCONST_2: in shrink()
DInstructionConstants.java43 public static final byte OP_FCONST_2 = 13; field
DInstructionFactory.java64 case InstructionConstants.OP_FCONST_2: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java109 case InstructionConstants.OP_FCONST_2: in visitSimpleInstruction()