Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java148 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()
DInstructionConstants.java84 public static final byte OP_ISTORE = 54; field
DInstructionFactory.java222 case InstructionConstants.OP_ISTORE: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java439 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 …]
DMethodInliner.java297 opcode = InstructionConstants.OP_ISTORE; in storeParameters()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java236 new VariableInstruction(InstructionConstants.OP_ISTORE, in visitVariableInstruction()
813 … new VariableInstruction(InstructionConstants.OP_ISTORE, variableIndex)); in replaceNullVariableProducers()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java321 opcode = InstructionConstants.OP_ISTORE; in storeParameters()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java940 composer.appendInstruction(1, new VariableInstruction(InstructionConstants.OP_ISTORE, 0)); in main()
/external/proguard/src/proguard/evaluation/
DProcessor.java697 case InstructionConstants.OP_ISTORE: in visitVariableInstruction()