Searched refs:OP_FLOAD (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 184 case InstructionConstants.OP_FLOAD_3: return InstructionConstants.OP_FLOAD; in canonicalOpcode() 230 …case InstructionConstants.OP_FLOAD: opcode = (byte)(InstructionConstants.OP_FLOAD_0 + variableInde… in shrink()
|
D | InstructionConstants.java | 53 public static final byte OP_FLOAD = 23; field
|
D | InstructionFactory.java | 198 case InstructionConstants.OP_FLOAD: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 414 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 454 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 542 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 694 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 697 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 705 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 708 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 716 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 719 new VariableInstruction(InstructionConstants.OP_FLOAD, X), 727 new VariableInstruction(InstructionConstants.OP_FLOAD, X), [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 264 case InstructionConstants.OP_FLOAD: in visitVariableInstruction() 643 InstructionConstants.OP_FLOAD, in replaceFloatPushInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 673 case InstructionConstants.OP_FLOAD: in visitVariableInstruction()
|