Home
last modified time | relevance | path

Searched refs:OP_FCONST_0 (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DSimpleInstruction.java126 case InstructionConstants.OP_FCONST_0: in canonicalOpcode()
128 case InstructionConstants.OP_FCONST_2: return InstructionConstants.OP_FCONST_0; in canonicalOpcode()
171 case InstructionConstants.OP_FCONST_0: in shrink()
174 opcode = (byte)(InstructionConstants.OP_FCONST_0 + constant); in shrink()
DInstructionConstants.java41 public static final byte OP_FCONST_0 = 11; field
DInstructionFactory.java62 case InstructionConstants.OP_FCONST_0: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java693 new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
698 new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
715 new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
720 new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
920 new SimpleInstruction(InstructionConstants.OP_FCONST_0),
3664 new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
3948 new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
4076 new SimpleInstruction(InstructionConstants.OP_FCONST_0, B),
4208 new SimpleInstruction(InstructionConstants.OP_FCONST_0, B),
4616 new SimpleInstruction(InstructionConstants.OP_FCONST_0, A),
[all …]
/external/proguard/src/proguard/evaluation/
DProcessor.java107 case InstructionConstants.OP_FCONST_0: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java617 InstructionConstants.OP_FCONST_0, in replaceFloatPushInstruction()
DEvaluationShrinker.java1731 case Value.TYPE_FLOAT: return InstructionConstants.OP_FCONST_0; in pushOpcode()