Home
last modified time | relevance | path

Searched refs:OP_ASTORE_0 (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java210 case InstructionConstants.OP_ASTORE_0: in canonicalOpcode()
238 …e InstructionConstants.OP_ASTORE: opcode = (byte)(InstructionConstants.OP_ASTORE_0 + variableIndex… in shrink()
DInstructionConstants.java105 public static final byte OP_ASTORE_0 = 75; field
DInstructionFactory.java243 case InstructionConstants.OP_ASTORE_0: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java224 case InstructionConstants.OP_ASTORE_0: in visitVariableInstruction()
DEvaluationSimplifier.java289 case InstructionConstants.OP_ASTORE_0: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java730 case InstructionConstants.OP_ASTORE_0: in visitVariableInstruction()