Home
last modified time | relevance | path

Searched refs:OP_ASTORE_3 (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java132 case InstructionConstants.OP_ASTORE_3: return 3; in embeddedVariable()
213 case InstructionConstants.OP_ASTORE_3: return InstructionConstants.OP_ASTORE; in canonicalOpcode()
331 opcode <= InstructionConstants.OP_ASTORE_3) ? 0 : in variableIndexSize()
DInstructionConstants.java108 public static final byte OP_ASTORE_3 = 78; field
DInstructionFactory.java245 case InstructionConstants.OP_ASTORE_3: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java290 case InstructionConstants.OP_ASTORE_3: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java716 case InstructionConstants.OP_ASTORE_3: in visitVariableInstruction()