Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java117 case InstructionConstants.OP_ISTORE_2: in embeddedVariable()
196 case InstructionConstants.OP_ISTORE_2: in canonicalOpcode()
DInstructionConstants.java91 public static final byte OP_ISTORE_2 = 61; field
DInstructionFactory.java229 case InstructionConstants.OP_ISTORE_2: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java700 case InstructionConstants.OP_ISTORE_2: in visitVariableInstruction()