Searched refs:OP_ISTORE (Results 1 – 9 of 9) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 148 return opcode >= InstructionConstants.OP_ISTORE || in isStore() 162 return opcode < InstructionConstants.OP_ISTORE; in isLoad() 197 case InstructionConstants.OP_ISTORE_3: return InstructionConstants.OP_ISTORE; in canonicalOpcode() 234 …case InstructionConstants.OP_ISTORE: opcode = (byte)(InstructionConstants.OP_ISTORE_0 + variableIn… in shrink()
|
D | InstructionConstants.java | 84 public static final byte OP_ISTORE = 54; field
|
D | InstructionFactory.java | 222 case InstructionConstants.OP_ISTORE: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 439 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 478 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 479 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 482 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 523 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 527 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 784 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 794 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 804 new VariableInstruction(InstructionConstants.OP_ISTORE, X), 814 new VariableInstruction(InstructionConstants.OP_ISTORE, X), [all …]
|
D | MethodInliner.java | 297 opcode = InstructionConstants.OP_ISTORE; in storeParameters()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseSimplifier.java | 236 new VariableInstruction(InstructionConstants.OP_ISTORE, in visitVariableInstruction() 813 … new VariableInstruction(InstructionConstants.OP_ISTORE, variableIndex)); in replaceNullVariableProducers()
|
/external/proguard/src/proguard/optimize/ |
D | TailRecursionSimplifier.java | 321 opcode = InstructionConstants.OP_ISTORE; in storeParameters()
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeComposer.java | 940 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ISTORE, 0)); in main()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 697 case InstructionConstants.OP_ISTORE: in visitVariableInstruction()
|