Searched refs:OP_ALOAD (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceConstants.java199 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
239 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
329 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2135 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2136 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2145 // new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2148 // new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2152 // new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2161 // new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2164 // new VariableInstruction(InstructionConstants.OP_ALOAD,
[all...]
/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java55 public static final byte OP_ALOAD = 25; field in interface:InstructionConstants
H A DVariableInstruction.java192 case InstructionConstants.OP_ALOAD_3: return InstructionConstants.OP_ALOAD;
232 case InstructionConstants.OP_ALOAD: opcode = (byte)(InstructionConstants.OP_ALOAD_0 + variableIndex); break;
H A DInstructionFactory.java199 case InstructionConstants.OP_ALOAD:
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java278 case InstructionConstants.OP_ALOAD:
/external/proguard/src/proguard/evaluation/
H A DProcessor.java672 case InstructionConstants.OP_ALOAD:
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 437 milliseconds