Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java205 case InstructionConstants.OP_FSTORE_3: return InstructionConstants.OP_FSTORE; in canonicalOpcode()
236 …case InstructionConstants.OP_FSTORE: opcode = (byte)(InstructionConstants.OP_FSTORE_0 + variableIn… in shrink()
DInstructionConstants.java86 public static final byte OP_FSTORE = 56; field
DInstructionFactory.java224 case InstructionConstants.OP_FSTORE: in create()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java329 opcode = InstructionConstants.OP_FSTORE; in storeParameters()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java305 opcode = InstructionConstants.OP_FSTORE; in storeParameters()
DInstructionSequenceConstants.java455 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
496 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
497 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
500 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
541 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
545 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
/external/proguard/src/proguard/evaluation/
DProcessor.java713 case InstructionConstants.OP_FSTORE: in visitVariableInstruction()