Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
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),
2590 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2594 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2630 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2634 new VariableInstruction(InstructionConstants.OP_ALOAD, Y),
2698 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.java199 case InstructionConstants.OP_ALOAD: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java278 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java672 case InstructionConstants.OP_ALOAD: in visitVariableInstruction()