Home
last modified time | relevance | path

Searched refs:OP_ASTORE_3 (Results 1 – 6 of 6) 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.java246 case InstructionConstants.OP_ASTORE_3: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java227 case InstructionConstants.OP_ASTORE_3: in visitVariableInstruction()
DEvaluationSimplifier.java292 case InstructionConstants.OP_ASTORE_3: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java733 case InstructionConstants.OP_ASTORE_3: in visitVariableInstruction()