Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java209 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()
DInstructionConstants.java87 public static final byte OP_DSTORE = 57; field
DInstructionFactory.java225 case InstructionConstants.OP_DSTORE: in create()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java333 opcode = InstructionConstants.OP_DSTORE; in storeParameters()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java309 opcode = InstructionConstants.OP_DSTORE; in storeParameters()
DInstructionSequenceConstants.java463 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/
DProcessor.java721 case InstructionConstants.OP_DSTORE: in visitVariableInstruction()