Home
last modified time | relevance | path

Searched refs:OP_ASTORE (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java337 opcode = InstructionConstants.OP_ASTORE; in storeParameters()
350 … new VariableInstruction(InstructionConstants.OP_ASTORE, 0)); in storeParameters()
/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java213 case InstructionConstants.OP_ASTORE_3: return InstructionConstants.OP_ASTORE; in canonicalOpcode()
238 …case InstructionConstants.OP_ASTORE: opcode = (byte)(InstructionConstants.OP_ASTORE_0 + variableIn… in shrink()
DInstructionConstants.java88 public static final byte OP_ASTORE = 58; field
DInstructionFactory.java226 case InstructionConstants.OP_ASTORE: in create()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java313 opcode = InstructionConstants.OP_ASTORE; in storeParameters()
326 … new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset)); in storeParameters()
DInstructionSequenceConstants.java471 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
514 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
515 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
518 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
559 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
563 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java223 case InstructionConstants.OP_ASTORE: in visitVariableInstruction()
812 … new VariableInstruction(InstructionConstants.OP_ASTORE, variableIndex), in replaceNullVariableProducers()
DEvaluationSimplifier.java288 case InstructionConstants.OP_ASTORE: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java729 case InstructionConstants.OP_ASTORE: in visitVariableInstruction()