Home
last modified time | relevance | path

Searched refs:OP_DSTORE_0 (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java206 case InstructionConstants.OP_DSTORE_0: in canonicalOpcode()
237 …e InstructionConstants.OP_DSTORE: opcode = (byte)(InstructionConstants.OP_DSTORE_0 + variableIndex… in shrink()
DInstructionConstants.java101 public static final byte OP_DSTORE_0 = 71; field
DInstructionFactory.java239 case InstructionConstants.OP_DSTORE_0: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java722 case InstructionConstants.OP_DSTORE_0: in visitVariableInstruction()