Home
last modified time | relevance | path

Searched refs:OP_ASTORE_0 (Results 1 – 5 of 5) 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.java242 case InstructionConstants.OP_ASTORE_0: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java287 case InstructionConstants.OP_ASTORE_0: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java713 case InstructionConstants.OP_ASTORE_0: in visitVariableInstruction()