Searched refs:OP_ASTORE (Results 1 – 9 of 9) sorted by relevance
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 337 opcode = InstructionConstants.OP_ASTORE; in storeParameters() 350 … new VariableInstruction(InstructionConstants.OP_ASTORE, 0)); in storeParameters()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 213 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()
|
D | InstructionConstants.java | 88 public static final byte OP_ASTORE = 58; field
|
D | InstructionFactory.java | 226 case InstructionConstants.OP_ASTORE: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | MethodInliner.java | 313 opcode = InstructionConstants.OP_ASTORE; in storeParameters() 326 … new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset)); in storeParameters()
|
D | InstructionSequenceConstants.java | 471 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/ |
D | SimpleEnumUseSimplifier.java | 223 case InstructionConstants.OP_ASTORE: in visitVariableInstruction() 812 … new VariableInstruction(InstructionConstants.OP_ASTORE, variableIndex), in replaceNullVariableProducers()
|
D | EvaluationSimplifier.java | 288 case InstructionConstants.OP_ASTORE: in visitVariableInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 729 case InstructionConstants.OP_ASTORE: in visitVariableInstruction()
|