Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java430 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
470 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
560 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2370 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2371 new VariableInstruction(InstructionConstants.OP_ALOAD, X),
2825 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2829 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2865 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2869 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2933 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java192 case InstructionConstants.OP_ALOAD_3: return InstructionConstants.OP_ALOAD; in canonicalOpcode()
232 …case InstructionConstants.OP_ALOAD: opcode = (byte)(InstructionConstants.OP_ALOAD_0 + variableInde… in shrink()
DInstructionConstants.java55 public static final byte OP_ALOAD = 25; field
DInstructionFactory.java200 case InstructionConstants.OP_ALOAD: in create()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java199 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
DEvaluationSimplifier.java280 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java689 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()