Searched refs:OP_FSTORE (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 205 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()
|
D | InstructionConstants.java | 86 public static final byte OP_FSTORE = 56; field
|
D | InstructionFactory.java | 224 case InstructionConstants.OP_FSTORE: in create()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 329 opcode = InstructionConstants.OP_FSTORE; in storeParameters()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 305 opcode = InstructionConstants.OP_FSTORE; in storeParameters()
|
D | InstructionSequenceConstants.java | 455 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/ |
D | Processor.java | 713 case InstructionConstants.OP_FSTORE: in visitVariableInstruction()
|