Home
last modified time | relevance | path

Searched refs:OP_FLOAD (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java184 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()
DInstructionConstants.java53 public static final byte OP_FLOAD = 23; field
DInstructionFactory.java198 case InstructionConstants.OP_FLOAD: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java414 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/
DEvaluationSimplifier.java264 case InstructionConstants.OP_FLOAD: in visitVariableInstruction()
643 InstructionConstants.OP_FLOAD, in replaceFloatPushInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java673 case InstructionConstants.OP_FLOAD: in visitVariableInstruction()