Searched refs:OP_DSTORE (Results 1 - 8 of 8) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java87 public static final byte OP_DSTORE = 57; field in interface:InstructionConstants
H A DVariableInstruction.java209 case InstructionConstants.OP_DSTORE_3: return InstructionConstants.OP_DSTORE;
237 case InstructionConstants.OP_DSTORE: opcode = (byte)(InstructionConstants.OP_DSTORE_0 + variableIndex); break;
H A DInstructionFactory.java224 case InstructionConstants.OP_DSTORE:
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java309 opcode = InstructionConstants.OP_DSTORE;
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java232 new VariableInstruction(InstructionConstants.OP_DSTORE, X),
274 new VariableInstruction(InstructionConstants.OP_DSTORE, X),
275 new VariableInstruction(InstructionConstants.OP_DSTORE, X),
278 new VariableInstruction(InstructionConstants.OP_DSTORE, X),
319 new VariableInstruction(InstructionConstants.OP_DSTORE, X),
323 new VariableInstruction(InstructionConstants.OP_DSTORE, X),
H A DMethodInliner.java272 opcode = InstructionConstants.OP_DSTORE;
/external/proguard/src/proguard/evaluation/
H A DProcessor.java704 case InstructionConstants.OP_DSTORE:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 139 milliseconds