Searched refs:OP_DSTORE (Results 1 - 8 of 8) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
H A D | InstructionConstants.java | 87 public static final byte OP_DSTORE = 57; field in interface:InstructionConstants
|
H A D | VariableInstruction.java | 209 case InstructionConstants.OP_DSTORE_3: return InstructionConstants.OP_DSTORE; 237 case InstructionConstants.OP_DSTORE: opcode = (byte)(InstructionConstants.OP_DSTORE_0 + variableIndex); break;
|
H A D | InstructionFactory.java | 224 case InstructionConstants.OP_DSTORE:
|
/external/proguard/src/proguard/optimize/ |
H A D | TailRecursionSimplifier.java | 309 opcode = InstructionConstants.OP_DSTORE;
|
/external/proguard/src/proguard/optimize/peephole/ |
H A D | InstructionSequenceConstants.java | 232 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 D | MethodInliner.java | 272 opcode = InstructionConstants.OP_DSTORE;
|
/external/proguard/src/proguard/evaluation/ |
H A D | Processor.java | 704 case InstructionConstants.OP_DSTORE:
|
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ... |
Completed in 139 milliseconds