Searched refs:OP_FCONST_0 (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | SimpleInstruction.java | 126 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()
|
D | InstructionConstants.java | 41 public static final byte OP_FCONST_0 = 11; field
|
D | InstructionFactory.java | 62 case InstructionConstants.OP_FCONST_0: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 693 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/ |
D | Processor.java | 107 case InstructionConstants.OP_FCONST_0: in visitSimpleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 617 InstructionConstants.OP_FCONST_0, in replaceFloatPushInstruction()
|
D | EvaluationShrinker.java | 1731 case Value.TYPE_FLOAT: return InstructionConstants.OP_FCONST_0; in pushOpcode()
|