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

/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java86 public static final byte OP_FSTORE = 56; field in interface:InstructionConstants
H A DVariableInstruction.java205 case InstructionConstants.OP_FSTORE_3: return InstructionConstants.OP_FSTORE;
236 case InstructionConstants.OP_FSTORE: opcode = (byte)(InstructionConstants.OP_FSTORE_0 + variableIndex); break;
H A DInstructionFactory.java223 case InstructionConstants.OP_FSTORE:
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java305 opcode = InstructionConstants.OP_FSTORE;
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java224 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
265 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
266 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
269 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
310 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
314 new VariableInstruction(InstructionConstants.OP_FSTORE, X),
H A DMethodInliner.java268 opcode = InstructionConstants.OP_FSTORE;
/external/proguard/src/proguard/evaluation/
H A DProcessor.java696 case InstructionConstants.OP_FSTORE:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 30 milliseconds