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

/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java88 public static final byte OP_ASTORE = 58; field in interface:InstructionConstants
H A DVariableInstruction.java213 case InstructionConstants.OP_ASTORE_3: return InstructionConstants.OP_ASTORE;
238 case InstructionConstants.OP_ASTORE: opcode = (byte)(InstructionConstants.OP_ASTORE_0 + variableIndex); break;
H A DInstructionFactory.java225 case InstructionConstants.OP_ASTORE:
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java313 opcode = InstructionConstants.OP_ASTORE;
326 new VariableInstruction(InstructionConstants.OP_ASTORE, 0).shrink());
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java276 opcode = InstructionConstants.OP_ASTORE;
289 new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset).shrink());
H A DInstructionSequenceConstants.java283 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
284 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
287 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
328 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
332 new VariableInstruction(InstructionConstants.OP_ASTORE, X),
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java286 case InstructionConstants.OP_ASTORE:
/external/proguard/src/proguard/evaluation/
H A DProcessor.java712 case InstructionConstants.OP_ASTORE:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 80 milliseconds