Searched refs:OP_DSTORE (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 209 case InstructionConstants.OP_DSTORE_3: return InstructionConstants.OP_DSTORE; in canonicalOpcode() 237 …case InstructionConstants.OP_DSTORE: opcode = (byte)(InstructionConstants.OP_DSTORE_0 + variableIn… in shrink()
|
D | InstructionConstants.java | 87 public static final byte OP_DSTORE = 57; field
|
D | InstructionFactory.java | 225 case InstructionConstants.OP_DSTORE: in create()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 333 opcode = InstructionConstants.OP_DSTORE; in storeParameters()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 309 opcode = InstructionConstants.OP_DSTORE; in storeParameters()
|
D | InstructionSequenceConstants.java | 463 new VariableInstruction(InstructionConstants.OP_DSTORE, X), 505 new VariableInstruction(InstructionConstants.OP_DSTORE, X), 506 new VariableInstruction(InstructionConstants.OP_DSTORE, X), 509 new VariableInstruction(InstructionConstants.OP_DSTORE, X), 550 new VariableInstruction(InstructionConstants.OP_DSTORE, X), 554 new VariableInstruction(InstructionConstants.OP_DSTORE, X),
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 721 case InstructionConstants.OP_DSTORE: in visitVariableInstruction()
|